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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -