Thursday, September 1, 2011

Web application development on CakePHP

CakePHP is a framework for rapid web application development. It is created for simplifying the work of PHP programmers. CakePHP is written on PHP and realizes all the principles of free software providing – the source code is open and all its modifications are allowed.

Web application development on CakePHP wouldn’t be so exciting and easy if the framework didn’t have the tools that allow automating the routine process. CakePHP contains a very useful and helpful console application Bake which lets generate data models, standard methods in controllers and presentations based on the database tables.

No comments: