Frameworks we like: 2. CakePHP and why?
November 10, 2009 0 commentsAnother set of developers liked CakePHP and they prefer to stay with this solid web app. CakePHP is one of the most well-known frameworks for PHP development. CakePHP considerably decreases development costs and also helps you as developers write very less code. This blog will walk you through the Cake framework and its hot features which caught my eye at the first sight of it.
As you know, CakePHP is an open source development framework for developing, maintaining and deploying web applications. It was designed using Model-View-Controller (MVC) architectural paradigm. This renowned design pattern provides you with an organized framework that enables to develop a complete web application at all the levels. CakePHP was released under MIT license.
There are few basic features:
- Cool Application Scaffolding – a way to stage the development
- Compatible with PHP 4 and PHP 5
- Easy and simple to understand
- Comfortable for both seasoned programmer as well as a beginner
- Aids HTML, Forms, JavaScript, XML, RSS and more
- Simple yet widespread validation of model data
- Code Generation through Bake for automatic code generation
There are more specific features which will make you take a look at:
- Flexible caching to speed up your application
- HTTP Authentication through Security Component
- Powerful flexible data validation features
- Use of Ajax will be a cakewalk
- Full console environment supporting multitasks
- Router for mapping URL’s (friendly URLs)
Well, it’s not that often you get something which is so easier for the user to interface with the database. The above-mentioned features are only a part of the wonderful framework. You can actually know about CakePHP and enjoy its features once you get going.
Next: Frameworks we like 3. Symfony, and why?
Related Posts
-
October 21, 2016
4 version control services for programmers
Programming practices have matured so much that version control has become absolutely indispensable, especially for teams working on a project. These services track the changes that each contributor makes to the files, with a time stamp, and unique embedded contributor ID. This facilitates the comparison, restoration, deletion or merging of
4 series, Opensource, PHP Programming, Web collaboration, Web Development, web programming0 comments -
May 19, 2009
Database Optimization Techniques to Increase SQL SERVER Performance – Part I – Increase SQL Server stored procedure performance
1) Increase SQL Server stored procedure performance with following three tips: Stored procedures play a vital role in enhancing the performance of the database. The following three tips will help us to maximize database performance when stored procedures are used. Use NOCOUNT: If NOCOUNT option is turned off, on each


