Hi,
How can we append new actions to existing controller using shell command,
We created message controller using following command
[b]
controller message helloworld contact about [/b]
it created 3 actions in message controller. In created actions we added some logic ,after that we want to create new action .
when we are executing contoller message goodbye its asking to overwrite existing controller if Yes its removing existing actions.
We dont want to loose existing actions.
In Zend frmework if you use ZF command it will append the actions to Controller. How can we do this in YII framework?
Thanks
Ramu Dara