Set Action Controller name for Zend_Tool create controller

Posted by Cobby on Stack Overflow See other posts from Stack Overflow or by Cobby
Published on 2010-04-07T07:01:52Z Indexed on 2010/04/07 8:23 UTC
Read the original article Hit count: 353

Hi All,

All my controllers use a custom Action Controller class, is there anyway to set the action controller class it uses when generating the the controller code?

Or would be even better if I could set it up to map the action controller class to use based on the module the class is being created under.

Cheers.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-tool