Hello,
How can i prevent zf-tool from creating models in module directories?
When i add a model using The Zend Framework Tool (1.10.6) as follows:
zf create model test
zf creates my test model in the application/modules/admin folder. can someone tell me how to create a model in the default models map?
As far as i know, the admin module is not set as a default to create models in. the admin module is the only module i'm using.
Thanx!