There seems to be some issues with the Geany symbols pane in the sidebar
when it comes to using OOP PHP. When using PHP5 syntax for method and
property visibility, the symbols view does not recognize the items and
therefore does not properly list them in their respective groups. This also
applies to PHP4 methods.
An example that works:
function some_function() { }
And example that fails:
# PHP4 Syntax
var $somevar
# PHP5 Syntax
private $somevar;
privare function some_function() { }
Nobody/Anonymous
None
None
Public
|
Date: 2007-11-17 13:48
|
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2007-11-17 13:48 | harbingerkun |
| resolution_id | None | 2007-11-17 13:48 | harbingerkun |
| close_date | - | 2007-11-17 13:48 | harbingerkun |