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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

mysql - Can mysql_pconnect be called multiple times in one php page? -