Hi all,
I hope this is a really easy one. I've just started using
findDependentRowset() but I get the following exception when trying to use
it.
If I call $programmes = $centre1->findDependentRowset('DbTable_Programme');
this happens:
Message: File "DbTable/Programme.php" does not exist or class
"DbTable_Programme" was not found in the file.
My application structure is:
-application
--controllers
--models
---DbTable (containing Programme.php with class DbTable_Programme)
I can't figure out why it can't find the file or class as they both exist.
Any suggestions?
Many thanks,
Henry
--
View this message in context:
http://www.nabble.com/findDependentRowset-Class-not-found-in-file-tp21994497p21994497.html
Sent from the Zend Framework mailing list archive at Nabble.com.