I\'m working on multi-website CMS in Zend Framework. I\'ve came to a point where I need to override module from application/ folder in my website/application folder.
I want to get list of all my Doctrine Models. Someone know how开发者_Python百科 to do ? Thank\'sDoctrine_Core::getLoadedModels()
I have a structure that is application application/modules application/modules/default application/modules/default/models
I\'m guessing this line registers the autoload functio开发者_StackOverflow中文版n, which in turn loads needed Zend classes.
I\'m trying out the zend framework classes for 开发者_JAVA百科the first time. I am interested in using some of the individual classes for now.