Setting Up the CakePHP Console on *nix

Setting Up the CakePHP Console on *nix
Setting Up the CakePHP Console on *nix

by gwoo in
Setting Up the CakePHP Console on *nix
LA Meetup 2011 Part Four

LA Meetup 2011 Part Four
Part four again continues from the pervious section, where we go further into detail about the specific changes we've made from XML, to PDO usage for database abstraction, and on to improvements that have been requested by the community such as improved flexibility for Email sending and usage within CakePHP. We discuss class loading, changes in authentication and go through some of the new...

Part four again continues from the pervious section, where we go further into detail about the specific changes we've made from XML, to PDO usage for database abstraction, and on to improvements that have been requested by the community such ...
LA Meetup 2011 Part One

LA Meetup 2011 Part One
Following an introduction from Oleg to LAPHP and an introduction to the Coloft venue, the CakePHP core team kicks off with a tutorial with Cake PHP 1.3 to build out a URL Bookmarking service. Part one goes through the database design, creation and setup. We also go through CakePHP's bake console to generate code to get up and running very quickly, and inspect some of the functionality crea...

Following an introduction from Oleg to LAPHP and an introduction to the Coloft venue, the CakePHP core team kicks off with a tutorial with Cake PHP 1.3 to build out a URL Bookmarking service. Part one goes through the database design, creation and...
Using the MongoCake plugin for CakePHP 2.0 - By Jose Lorenzo Rodriguez

Using the MongoCake plugin for CakePHP 2.0 - By Jose Lorenzo Rodriguez
We all know that CakePHP 2.0 is not changing the model layer to return objects instead of arrays and are happy about it, aren't we. Well, for those who can't wait there's is a new plugin for the next version of the framework that will use MongoDB as its datasource, but modelling objects using the data-mapper pattern. This can look as a very big change in how CakePHP users are use...

We all know that CakePHP 2.0 is not changing the model layer to return objects instead of arrays and are happy about it, aren't we. Well, for those who can't wait there's is a new plugin for the next version of the framework that wi...
CakePHP-MongoDB datasource - By Yasushi Ichikawa

CakePHP-MongoDB datasource - By Yasushi Ichikawa
I have added some functions to Cake-Mongo datasource since the last CakeFest. For example, GroupBy, MapReduce, Mongo update operators, etc. Now I'm using this datasource and operating MongoDB on production servers. I will talk about new functions and my experience of MongoDB operation.

I have added some functions to Cake-Mongo datasource since the last CakeFest. For example, GroupBy, MapReduce, Mongo update operators, etc. Now I'm using this datasource and operating MongoDB on production servers. I will talk about new funct...