cakephp2-php8/cake/libs/model
2010-04-07 09:51:29 -04:30
..
behaviors Fixing discrepancy between how belongsTo and hasOne assocations are treated in relation to their fields being added into the queryData. hasOne and belongsTo associations now behave the same. Fixes #379 2010-04-05 21:50:28 -04:00
datasources Fixing error introduced by previous commit 2010-04-07 09:51:29 -04:30
app_model.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00
cake_schema.php Merge remote branch 'origin/1.2' into 1.2-merger 2010-03-15 23:26:24 -04:00
connection_manager.php Moving call to _getConnectionObjects() inside class_exists check. Removes errors when creating a connection with no DATABASE_CONFIG class. 2010-03-05 21:37:28 -05:00
db_acl.php Fixing AclNode::node() so that node expressions that could match deeper elements are contained to their parent elements. Test added. 2010-03-28 16:59:24 -04:00
model.php Removing Model::$transaction as it did nothing. The property was added but never completed. Leaving the model property looking like it does something when in fact it does absolutely nothing. Refs #531 2010-04-02 13:53:53 -04:00
model_behavior.php Merge branch '1.2' into 1.3-merger 2010-01-26 17:54:34 -05:00