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.

Reply via email to