zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

Fixed controller creation check #97

Open vito8877 opened 10 years ago

vito8877 commented 10 years ago

When creating controller, and it already exists in the module, old controller will be overwritten with controller stub. This patch fixes it.