I am new to the zend framework and have very serious doubts. I created one application that follows its own structure. I want to integrate this application into the zend framework. whenever a request arrives in a zend environment, I want to redirect the same request to my application in order to perform some operations, and then return control to the zend framework. the question is, is it good to include your own created external modules directly inside the index.php or bootstrapper zend structure or create a plugin for this?
source
share