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 ...
CakePHP Blog Tutorial Part 8 - Validation

CakePHP Blog Tutorial Part 8 - Validation
In this CakePHP tutorial we use CakePHPs' model validations to validate our data before it's saved to the database.

by andrewperk in
In this CakePHP tutorial we use CakePHPs' model validations to validate our data before it's saved to the database.
CakePHP Blog Tutorial Part 14 - Migrations / Schemas

CakePHP Blog Tutorial Part 14 - Migrations / Schemas
In this CakePHP tutorial we use CakePHP's Schemas which work like ruby on rails's migrations. They allow us to manage our database using php instead of sql.

by andrewperk in
In this CakePHP tutorial we use CakePHP's Schemas which work like ruby on rails's migrations. They allow us to manage our database using php instead of sql.