BB>> related topic: in the current state of ze2, there are several ways to BB>> call methods directly that can't be emulated by call_user_func() - BB>> calling self::method() for instance, or the visibility of $this if BB>> you call class::method(). is that likely to stay true?
Since __call is the method of the class, calling self::method can be achieved, I think. As for the second point - could you please explain furher what you mean, maybe with an example? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php