I need to create custom folder to put multiple applications and get Zend_Tool to working:
applications
|- frontend
|- configs
|- controllers
|- models
|- tests
|- views
|- .zfproject.xml
|- Bootstrap.php
|- backend
|- configs
|- controllers
|- models
|- tests
|- views
|- .zfproject.xml
|- Bootstrap.php
system
public
docs
How to get this?
use
create modulecommandAfter it your folder structurer will be following.
I think it is good structure for project. Also you can use default module as a front end or backend.