is theire any php Framework which will support multiple database instance @ single time.?????
is theire any php Framework which will support multiple database instance @ single time.?????
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.
Yes, Zend Framework
http://framework.zend.com/manual/en/zend.application.available-resources.html#zend.application.available-resources.multidb
I’d say it’s safe to assume there are others. From memory, Doctrine supports multiple connections out-of-the-box so you can probably include Symfony.