cakephp2-php8/cake/libs/model
Joël Perras 205c95ef65 Fix array_values() warning when using Tree Behavior under certain
situations.

In TreeBehavior::_setParent(), if the $Model->find('first') returned
false, then array_values() would throw a warning.
2010-02-02 11:48:57 -05:00
..
behaviors Fix array_values() warning when using Tree Behavior under certain 2010-02-02 11:48:57 -05:00
datasources Fixing issues in DboSource::defaultConditions() and DboSource::conditions() where doubly deleting a record from the beforeDelete and delete() could create incorrect conditions that would delete all records in a table. Fixes #250 2010-01-22 10:30:22 -05:00
app_model.php Updating copyright date on all files. 2010-01-13 23:47:14 -05:00
behavior.php Fixing error introduced in previous commit due to bad merge 2010-01-19 16:44:43 -04:30
connection_manager.php Merge branch '1.2' of github.com:cakephp/cakephp1x into 1.2 2010-01-14 20:28:00 -05:00
db_acl.php Updating copyright date on all files. 2010-01-13 23:47:14 -05:00
model.php Minor refactor of Model::_deleteLinks to improve readability. 2010-01-29 11:21:37 -05:00
schema.php Updating copyright date on all files. 2010-01-13 23:47:14 -05:00