cakephp2-php8/lib/Cake/Model
mark_story 7790bcacff Allow afterFind() to fully remove an associated record.
By returnning array() or unsetting the 0'th result an afterFind
callback should be able to fully remove data from the results.

Fixes #3541
2013-01-17 20:35:37 -05:00
..
Behavior Fix issues with TreeBehavior and nested deletes. 2012-12-19 20:48:51 -05:00
Datasource Allow afterFind() to fully remove an associated record. 2013-01-17 20:35:37 -05:00
Validator Fix rules set being updated with array instead of CakeValidationRule objects. Closes #3367 2012-11-13 22:13:15 +05:30
AclNode.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
Aco.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AcoAction.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Aro.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BehaviorCollection.php Remove all todo from core, create tickets for them 2012-11-14 14:59:51 +01:00
CakeSchema.php Cater for length part of TEXT field in indexes for MySQL 2012-12-13 08:33:43 +10:00
ConnectionManager.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
I18nModel.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Model.php Fix space between function + parenthesis. 2013-01-17 19:36:46 -05:00
ModelBehavior.php Adding missing afterValidate callback to behaviors, Fixes #3024 2012-07-10 20:35:26 -04:30
ModelValidator.php Fix multi-model validators with deep & atomic. 2012-11-28 21:26:40 -05:00
Permission.php fix coding standards, remove break after return/continue 2012-11-15 12:09:14 +01:00