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
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
Unit testing should be an essential part of any software project. This talk will give an overview of unit testing practices and techniques and how to apply them to common situations during development. Topics like why you should write tests, different kinds of testing, what to test and how use mock objects will be covered.
2 Comments