Zend framework controller filenames containing "init"? -
Zend Framework: What is the importance of controller filenames that have "init" in them? I have three such files that have exactly the same code on their name:
TestController_init.php TestController.init.php TestController.php
?
In my opinion, you should have a TestController.php
, in which all Behavior which should be with this controller ( init ()
method, etc.).
Can you prepare the contents of 2 other files?
Comments
Post a Comment