Mailinglisten-Archive |
Konstantin Rekk wrote: > statische Variablen (Property) gibt es erst ab PHP5, > statische Methoden schon in PHP4, > > ob A::fct() oder in B parent::fct() ist egal, bis auf > parent nur in abgeleiteter Klasse, > aber A::fasdfad() erwartet (), da nur mit Funktionen gültig, > also A::tralala - Parsefehler! > > in OOP (java) sind statische Properties nichts anderes als Konstanten, > > also Eigenschaften Zugriff mit > $a = new A(); > $a->tralala; > $b = new B(); > $b->tralala; // wenn überschrieben, dann die von B, sonst von A > > in php5 dann auch A::tralala ;-) Danke! Das verstehe ich und ich fühle mich auch verstanden!
php::bar PHP Wiki - Listenarchive