Transacciones en CakePHP

Transacciones en CakePHP
Cómo trabajar con bases de datos transaccionales para ejecutar las transacciones como tal, se presentan básicamente dos ejemplos: 1) Transacciones en un solo Modelo 2) Transacciones en 2 Modelos no asociados. Pueden descargarse el código fuente en: https://github.com/gmansilla/Transactions-and-Cakephp Comentarios: mansillag AT gmail DOT com

by gmansilla in
Cómo trabajar con bases de datos transaccionales para ejecutar las transacciones como tal, se presentan básicamente dos ejemplos: 1) Transacciones en un solo Modelo 2) Transacciones en 2 Modelos no asociados. Pueden descargarse el código fuente en...
Database Transactions

Database Transactions
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

by gmansilla in
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
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.
CakePHP Blog Tutorial Part 13 - Rss Feed

CakePHP Blog Tutorial Part 13 - Rss Feed
In this CakePHP tutorial we generate a RSS feed of all of our posts.

by andrewperk in
In this CakePHP tutorial we generate a RSS feed of all of our posts.
CakePHP Blog Tutorial Part 10 - Setting Up the Cake Console and Bake

CakePHP Blog Tutorial Part 10 - Setting Up the Cake Console and Bake
In this CakePHP tutorial we get the CakePHP cake console up and running so that we can use the Bake script.

by andrewperk in
In this CakePHP tutorial we get the CakePHP cake console up and running so that we can use the Bake script.
Multiple counterCache in Cake 2.x

Multiple counterCache in Cake 2.x
Since 2.0 CakePHP supports multiple counterCaches.

by ankr in
Since 2.0 CakePHP supports multiple counterCaches.
1 2 3 4 5 6