I have 4 different user groups and each user group will get different
functionality and looks. So I have decided to divide it up into modules with
separate front controllers each. 

Can you please tell me if this modular directory structure would work well
in Zend Framework:

----library/
-----------Zend/
----config/
----public/
-----------index.php
----application/
-----------default/
-----------------controllers/
-----------------models/
-----------------views/
-----------------------scripts/
-----------------------helpers/
-----------------------filters/
------------client/
------------------controllers/
------------------models/
------------------views
-------------------...just like above

-- 
View this message in context: 
http://www.nabble.com/Creating-a-Modular-Dir-Structure-tp16578887p16578887.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to