All About The New Cakephp Version 2.0

Web developers now have a reason to cheer. The all new CakePHP version 2.0 is here with improved features and functionalities. It contains various backwards incompatible changes. The biggest backwards incompatible change is that CakePHP 2.0.x will require at least PHP 5.2.6. There will be no support for PHP4 or PHP5 < 5.2.6. Read More

How To Increment A Field In CakePHP?

Confused regarding incrementing a field in CakePHP? Then here’s a solution! For instance, one has an application, where users can place votes for their favorite products and one would like to increment the current number of votes by one. It’s … Read More

Which Framework To Choose For Web Application Development – CakePHP Or Ruby On Rails?

The web community is aware of the two most powerful web application development tools, namely CakePHP and Ruby on Rails. These frameworks are best in their own ways. However, it has been an age long question – which framework should be used for web development? Well, these frameworks have their own pros and cons. This article will help you in deciding which framework to choose. Read More

How To Add A Custom Query Pagination In CakePHP?

CakePHP has been one of the most remarkable PHP frameworks available. One of the great challenges of building user friendly web applications is designing an intuitive UI. Most of the applications are large and complex. Displaying a reasonable number of records per page has always been a critical part of every application and used to cause many headaches for developers. CakePHP eases the burden on the developer by providing a quick, easy way to paginate data. Read More

How To Array From XML In CakePHP?

Facing trouble in array from XML in CakePHP? We all know that CakePHP vastly utilizes the array concept in PHP. Here, I am going to explain you how to parse XML in CakePHP and convert it into an array. Read More

How To Redirect To The Home Page With CakePHP?

Want to create a link that can redirect your web traffic to the homepage? Then, this post might be of some help to you. For instance, you have some partner web site that will drive traffic to a URL like: www.yoursite.com/partnerName. This way you’ll be able to track this link in the web site logs. Just add the following line to your routes.PHP file:
Read More

The Best User Management Plug-ins For CakePHP

CakePHP is one of the most widely used PHP frameworks. It was introduced in 2005 just after the ruby on Rails concept. One of the most impressive features of CakePHP is its Object Relational Mapping (ORM) framework, which allows streamlining SQL queries by presenting tables as classes. As a means of truly moving PHP towards a full object-oriented language, these relations can streamline database queries while making the entire development process more efficient. Read More