Integrating Zend Controller Standalone - without the rest of Zend Framework
Posted
by
ssmusoke
on Stack Overflow
See other posts from Stack Overflow
or by ssmusoke
Published on 2011-01-13T13:32:48Z
Indexed on
2011/01/13
13:54 UTC
Read the original article
Hit count: 187
I am using specific parts of the Zend Framework in my application, and I would like to replace my home grown controller with a Zend Framework controller.
My home grown controller is based on an index.php file to which all requests are submitted. A controller is instantiated based on parameters sent within the request
After processing the user is forwarded to url which is based on the request information, either a url is specified or some data is analysed
I would like ideas on how to integrate the Zend Controller within my application
Thanks in advance
© Stack Overflow or respective owner