cakephp2-php8/cake/libs/model
José Lorenzo Rodríguez 40418de218 Freeing up some memory in dbos after the result set has been completly fetched.
Adding dbo_mysql and dbo_postgres to the AllDAtabase testsuite
2010-11-16 23:59:24 -04:30
..
behaviors Merge remote branch 'origin/2.0' into feature/2.0/pdo 2010-11-16 21:54:42 -04:30
datasources Freeing up some memory in dbos after the result set has been completly fetched. 2010-11-16 23:59:24 -04:30
app_model.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
behavior_collection.php Removing the enable parameter on HelperCollection, BehaviorCollection, and ComponentCollection. They all now support the enabled option that Behaviors have historically supported. This provides a simpler API with fewer arguments, and allows callbacks to be disabled on objects in their declared arrays. 2010-11-07 13:23:45 -05:00
cake_schema.php Fixing issue where value in difference array was always the string value instead of the original value. 2010-10-31 22:41:33 -04:00
connection_manager.php Removing E_STRICT errors from connection manager 2010-11-08 22:37:34 -04:30
db_acl.php Changing more php version strings. 2010-10-03 12:46:03 -04:00
model.php Implementing DboSource::insertMulti so it uses prepared statements, also changing internal uses of this method to reflect the new api, this brings as consequence a better abstracttion for datasources in model and fixtures, but breaks BC 2010-10-24 19:59:54 -04:30
model_behavior.php Changing more php version strings. 2010-10-03 12:46:03 -04:00