cakephp2-php8/cake/libs/model/datasources
nate 5abe66289d Implemented 'counterCache' and 'counterScope' for belongsTo associations
Exempted 'created', 'updated' and 'modified' fields from whitelist when saving, closes #3720
Updated Model::bind(), closes #2355
Adding Model::saveAll() to save multiple records and associated records, closes #3615
Replacing Model::generateList() with Model::find('list'), deprecates Model::generateList()



git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6295 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-01-01 19:34:40 +00:00
..
dbo Adding stored procedure support to DboMysqli, fixes #2348 2007-12-31 18:12:44 +00:00
datasource.php Implemented 'counterCache' and 'counterScope' for belongsTo associations 2008-01-01 19:34:40 +00:00
dbo_source.php Fixes #3698, no additional select performed in Model::deleteAll() if $callbacks and $cascade are false 2007-12-25 10:37:08 +00:00