Here's my problem. I'm developping an application using ZF 1.10.0, and I have a module called Backend. I need to create a Form for that module. But the damn Zend_Tool won't let me make it inside the modules/Backend/forms folder. Is it necessary to put it there (meaning I'll create it manually), ou should I let Zend_Tool create it in the application/forms folder ?

Thanks for your help.
Regards from France ;)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

zf create form FormName Backend

link|improve this answer
Thanks it worked :p – Squ36 Jul 20 '10 at 7:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.