Hi
We have developed a J2ME application with PHP as backend hence our frontend is not HTML. We are handling HTTP request from mobile phone and writing data in the database and sending mail and data to mobile as well, which all are done by PHP and it is working fine. But our PHP server code is not modular hence it is not scalable. So I decided to use some PHP frameworks. All these frameworks supports MVC hence I guess VIEW part does not matter.
I want to know the PHP framework which is similar to Java's Spring. I want to use ORM techniques also in my code. Is it possible? Is there any framework is available.?