Yasushi Ichikawa - How to use MongoDB with CakePHP

Yasushi Ichikawa - How to use MongoDB with CakePHP
MongoDB is one of the NoSQL and the schema free database. Recently, I made MongoDB-Datasource for CakePHP and got some knowledge of CakePHP datasource and MongoDB. MongoDB-Datasource still have some issues.

MongoDB is one of the NoSQL and the schema free database. Recently, I made MongoDB-Datasource for CakePHP and got some knowledge of CakePHP datasource and MongoDB. MongoDB-Datasource still have some issues.
Pierre Martin - Using and reusing plugins across CakePHP applications

Pierre Martin - Using and reusing plugins across CakePHP applications
The talk will provide an overview of how to efficiently use CakePHP plugins and introduce some design principles to follow for creating reusable plugins. In this talk I will introduce how common features can be implemented as CakePHP plugins to be reused across several projects. We will see the basics of CakePHP plugins (file structure, model inheritance, assets) and how to include their code i...

The talk will provide an overview of how to efficiently use CakePHP plugins and introduce some design principles to follow for creating reusable plugins. In this talk I will introduce how common features can be implemented as CakePHP plugins to be...
Neil Crookes - Designing CakePHP plugins for consuming APIs

Neil Crookes - Designing CakePHP plugins for consuming APIs
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...

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 br...
CakePHP Blog Tutorial Part 12 - Baking Comments

CakePHP Blog Tutorial Part 12 - Baking Comments
In this CakePHP tutorial we use the bake script to finishing baking our blog by baking associated comments for our posts.

by andrewperk in
In this CakePHP tutorial we use the bake script to finishing baking our blog by baking associated comments for our posts.
CakePHP 1.3xx Search Form Query Plugin ( w/ MySQL ) Tutorial w/ Code Examples

CakePHP 1.3xx Search Form Query Plugin ( w/ MySQL ) Tutorial w/ Code Examples
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...

by jasonwydro in
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 onl...
CakePHP Blog Tutorial Part 11 - Baking our Posts

CakePHP Blog Tutorial Part 11 - Baking our Posts
In this CakePHP tutorial we use the bake script to bake our model, views, and controller for our posts table along with full crud actions.

by andrewperk in
In this CakePHP tutorial we use the bake script to bake our model, views, and controller for our posts table along with full crud actions.