Best php framework for web application [closed]
I want to build a web application using PHP. So I am in search of best framework which has the following features
- MVC
- Ajax
- Validation
- Caching
- Easy to develop payment gateway
Please suggest me a good framework which has all the features inbuilt.
Have you looked at CakePHP? It's a full-stack framework and should satisfy your needs. For all of the ajax and javascript stuff, I'd use jQuery and for payment gateways, it depends on who your gateway is. Most payment gateway providers provide a library for working with their API and most of the gateways I've seen have a PHP library.
Go ahead and check it out: http://cakephp.org/
精彩评论