Hi,
I'm using XDebug in Eclipse/PDT. All working fine but static class variables
don't show up in the variables window. Is this possible?
Eg:
class PageMeta {
private static $initialised;
// Deduced from session variables
private static $loggedIn;
private static $user;
:
private static function initialise() {
if (self::$initialised)
return;
:
I can't seem to find a way of seeing the value of self::$initialised
Kind Regards,
Glenn Brien
Directives Enterprises Pty. Ltd.
PO Box 119
Beaconsfield, Vic
Australia 3807
Ph: +61 (0)3-9796-2004
Fx: +61 (0)3-9796-2035
Mb: +61 (0)4-1830-1954
Email: glenn.brien[@]directives.com.au
Web: www.directives.com.au
Profile: www.linkedin.com/in/glennbrien
Received on Mon Nov 30 2009 - 23:40:50 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST