I have 2 questions: 1) Did anybody manage to create something similar to symfony admin generator using ZF? Maybe there are some projects that work on this? I think it would be very useful. 2) What is the easiest way to separate 'frontend', 'admin', 'services', etc... in ZF? Each application part (sub-app) like *frontend *and *admin *should have their own modules and other directories from recommended structure like usual in ZF. I am talking about such directory structure:
*application*/ *-- **frontend* *----* configs ---- plugins ---- models .. [ other folders ] ---- *modules* ------ default ------ module1 *-- **admin* ---- *modules* ------ default ------ module1 Currenty I see practically only one way: extend Zend_Controller (dispacher, router, front, etc..) which is quite painful way.. Comments? Thnx
