Do you have to use zf tool when creating controller, model, action etc... in zend framework

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-05-23T21:34:14Z Indexed on 2010/05/23 21:41 UTC
Read the original article Hit count: 141

Filed under:
|

I am using zend framework 1.10. I use the zf tool to create controllers, actions and everything else. It is handy, but I am now seeing that when it modifies existing controller files to add new actions it realigns my code and removes some function closing brackets. I then see all these errors in eclipse. I see that everytime i issue a zf command it modifies the .zfproject file. Is this file critical at all? I want to be able to create whatever I want by myself without the zf tool and worrying about that .zfproject file.

© Stack Overflow or respective owner

Related posts about framework

Related posts about zend