php - How can we create and run Zend controller request? -
php application has implemented zend framework not followed zend framework.
non-zend code has scope of zend framework, can use there. have page in non-zend code, includes section file (reusable other modules).
now want refactor section coding zend framework.
so, plan create , call zend controller existing included file , refactor existing code zend. further zend controller return output of zend view non-zend code (from it's called) or flush output of view output buffer.
so, want this:
- make zend controller object
- set controller, action , query parameters
- make request , response object
can me that?
Comments
Post a Comment