Webtatic.com

Just another technical blog

Posts Tagged ‘Zend_Loader’

Zend_Loader, the silent killer

Posted 9th February 2009 by Andy | 1 Comment

Update 1st May 2009: Good news, Zend Framework 1.8 defaults to no longer suppressing errors in loading classes (not sure how much of their library has been converted to use this though) A good article on the autoloader changes: http://devzone.zend.com/article/4525 Several times during website development, I have come across scripts which die without errors, so [...]