Discusses the migration strategy and development process the core team is undergoing to migrate away from PHP4 and provide some of the more interesting benefits that come with PHP5 only support in the CakePHP 2.0 branch.
Integrating data and functionality from 3rd parties into your apps is becoming increasingly common. Whether it be automatically tweeting when you create a post in your CMS, finding coordinates for places for a store locator or building your own branded video sharing site using YouTube, exploiting these services saves you and your clients time and money. And more and more clients want the same f...
How to use Transactions in: 1) A single model 2) Two or more non-associated models You can get the source code from: https://github.com/gmansilla/Transactions-and-Cakephp
Integrating Facebook into your CakePHP application. Complete step by step from bake, Facebook application creation, Facebook configuration, to Facebook Connect. Learn how to easily add comments to any page and allow your users to register with their Facebook credentials.
In this tutorial, I go over all of the CakePHP code (plugin, model, controller and view) to implement the CakeDC Search Plugin v1.1 (w/ MySQL) & Sample-Search-Application (also by CakeDC).
**NOTE**As far as I understand, this plugin is only working with the CakePHP 1.3xx release (based on the CakeDC requirements).
This tutorial will get you up and running to create a valid working My...
No Comments Yet