cakephp2-php8/cake/libs/model
2007-10-27 20:32:19 +00:00
..
behaviors Refactoring schema generation, passing model tests with SQLite driver, refactoring database methods 2007-10-27 20:32:19 +00:00
datasources Refactoring schema generation, passing model tests with SQLite driver, refactoring database methods 2007-10-27 20:32:19 +00:00
behavior.php Implementing beforeValidate() behavior callback (Ticket #2818), and allowing $actsAs to be specified in AppModel 2007-09-20 15:16:25 +00:00
connection_manager.php Correcting @return bool 2007-10-22 16:09:35 +00:00
db_acl.php Removing vars that are no longer used. 2007-10-27 01:32:17 +00:00
model.php Removing unneeded code in model::__generateAssociation(); 2007-10-27 05:29:11 +00:00
schema.php fixed usage of empty params in ShellDispatcher, fixed missing variable in ProjectTask, updated SchemaShell and generation. Schema can now generate a snapshot, and can be forced to generate before models are created. Added 'run' command to handle create and update of the database. Test runs can be performed using -dry. Be sure to check out cake schema help. 2007-10-27 20:00:29 +00:00