Hi, In zend project have rules default for calling classes that say to put folder class structure before class name.
Example: class Application_Model_DbTable_Albums means: that this class inside folders: Application->Model->DBTable, if its called Just class Albums he will be unrecognized.
How Can be Zend application be configured for more short class without folder location names only class name like class Album and not class Application_Model_DbTable_Albums?
Thank you,
Yosef