I believe this is caused by the hardcoded Zend_Loader::loadClass() calls in Zend_Db_Table* classes. That method can only find PEAR-style classes in the include path.
-- Mon On Sun, May 10, 2009 at 10:59 AM, iceangel89 <[email protected]> wrote: > > i noticed that autoloading does not work when i just do a > > $this->view->cat->findParentRow("Lab_Models_Departments"); > > i must do something like > > new Lab_Models_Departments(); //probably to trigger autoloading? > $this->view->cat->findParentRow("Lab_Models_Departments"); > > can i fix this? maybe this only occurs with the trunk version i am using > only? > -- > View this message in context: > http://www.nabble.com/DB-Models---Relationships---AutoLoad-dependent-and-parent-classes-tp23466674p23466674.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
