> class A { > protected static $foo = "bar"; > } > > class B { > public function readFoo() { > return self::$foo; > } > } You forgot to extend from A -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php