0

so we can use zend tools to create actions, controllers, etc., and it will do the dirty work ...

but then what if you want to rename said actions, controllers? is there a way to do this without manually changing all the names in various files?

Charles
  • 50,943
  • 13
  • 104
  • 142
kamikaze_pilot
  • 14,304
  • 35
  • 111
  • 171

2 Answers2

0

At this moment, it isn't possible - as same as deleting actions, controllers and so on.

Radek Benkel
  • 8,278
  • 3
  • 32
  • 41
0

No ways. You should rename stuff manually. Type zf --help to see avalaible console actions.

KomarSerjio
  • 2,861
  • 1
  • 16
  • 12