cakephp2-php8/cake/libs/model
mark_story f3445cd941 Making ModelBehavior::beforeFind() return true by default. Since
returning null causes the find to abort, behaviors should return true if
they are not going to return a query array.
2010-12-12 18:04:52 -05:00
..
behaviors Fixing strict errors in translate and acl behaviors. 2010-12-12 17:38:49 -05:00
datasources Merge branch '1.3' into merger 2010-12-10 22:24:31 -05:00
app_model.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
behavior_collection.php Removing BehaviorCollection::trigger() so it uses the parent method. 2010-12-12 15:03:23 -05:00
cake_schema.php Fixing failing tests caused by constants changing. 2010-12-05 23:32:34 -05:00
connection_manager.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
db_acl.php Replaced the *printf with i18n aliases by i18n aliases with params. 2010-12-04 23:37:13 -02:00
model.php Making ModelBehavior beforeX callbacks default to returning true. Returning null or false from a Behavior::before method will abort the operation. It felt illogical to have null continue, but false stop. 2010-12-12 17:40:13 -05:00
model_behavior.php Making ModelBehavior::beforeFind() return true by default. Since 2010-12-12 18:04:52 -05:00