I use __call() function in my system. The problem is that there is class_exists() used in Zend_Controller_Dispatch_Standard witch tries to autoload class (i.e. IndexController) witch obviously fails ;) ... In 2 places (line 282 and 165) I added 2nd parameter to class_exists (witch is disabling autoload) and it works perfectly.
Wondering if this behaviour is in purpouse? Using Zend 1.0.3 -- Łukasz Wojciechowski
