I would like to integrate two web application (share users) both based on Zend Framework. Where would you start?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Identify all the possible URLs in each application
Write a small routing application
Have your small routing application identify which URL belongs to each application, and then manually “include” the
index.phpfile for each application after manually setting up the environment that the application’s.htaccesswould normally send(also, Magento uses components of the Zend Framework, but it’s not a Zend Framework application)