-- Jurian Sluiman <[email protected]> wrote (on Thursday, 28 May 2009, 09:12 AM +0200): > Op Wednesday 27 May 2009 21:58:44 schreef Matthew Weier O'Phinney: <snip> > > With the introduction of Zend_Loader_Autoloader in 1.8.0, a number of > > issues related to autoloading could finally be closed. All cases where > > Zend_Loader::loadClass() was hard-coded into the framework were modified > > to check for class_exists() first, to trigger the autoloader. This > > should make writing custom adapters and plugins an easier task. <snip> > One question about the autoloader and Zend_Db. Does these fixes imply it's not > necessary to place the require_once statements at the top of my {Module} > _Model_DbTable_{Entry} anymore?
As long as the autoloader can discover them, yes, that's precisely what these fixes imply. :) -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
