cakephp2-php8/cake/libs/model
mark_story 686b9c2c8b Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered.
Also fixed an issue in DboPostgres where the generated alter statements would contain too many ;.
Test cases added.  Fixes #1023
2010-08-15 22:17:02 -04:00
..
behaviors Fixing condition missing a model name in the TreeBehavior. Fixes #961 2010-07-31 14:29:00 -04:00
datasources Fixing issues in alterSchema in DboMysql and DboPostgres, where fields would be appended to each table being altered. 2010-08-15 22:17:02 -04:00
app_model.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
cake_schema.php Fixing issue where join tables would be filed under 'missing' and found. Test added. Fixes #789 2010-06-03 23:20:37 -04:00
connection_manager.php Naming conventions to datasources with plugins. Fixes #819 2010-06-20 23:53:54 -03:00
db_acl.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
model.php Adding some additional documentation for Model::find(). Fixes #952 2010-07-27 21:25:31 -04:00
model_behavior.php Updating doc blocks in ModelBehavior. Refs #810 2010-06-11 09:55:39 -04:00