Hi, Ernesto Baschny [cron IT] schrieb: > > Isn't it a bit misleading if you declare a method "static" and then > access static member variables using $this->...? Wouldn't it be better > and semantically correct using self::$application? > it isn't misleading, it's simply wrong ;-) self::$application will fix it. vg Steffen