On Dec 10, 2007 3:30 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > For now, if you define __autoload(), it will be an issue; however, if > you use Zend_Loader::registerAutoload(), which registers with > spl_autoload(), all works correctly (due to differences in how each > handles exceptions). So, the quick fix, until the next release, is to > use Zend_Loader::registerAutoload() if you want to use autoloading.
Oh thanks ;) Didn't notice registerAutoload(). Thnx :) -- Łukasz Wojciechowski
