cakephp2-php8/cake/libs/model
2010-08-29 21:37:25 -04:00
..
behaviors Adding changes missed in the merge. 2010-08-15 23:10:29 -04:00
datasources Merge branch '1.3' into 2.0-merge 2010-08-15 23:09:02 -04:00
app_model.php Removing closing PHP tags. 2010-05-11 08:27:28 +10:00
behavior_collection.php Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery. 2010-08-29 21:37:25 -04:00
cake_schema.php Dont use private attributes as tables in CakeSchema. Fixes #7 2010-08-02 00:22:46 -03:00
connection_manager.php Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery. 2010-08-29 21:37:25 -04:00
db_acl.php Removing PHP5 and all its uses. 2010-07-05 22:19:22 -04:00
model.php Updating the various CakeExceptions to take arrays in their constructors. This allows for the existing templates to continue working, as well as generalize the way in which errors are handled. This change also makes the messages coming out of exceptions more readable and removes string hackery. 2010-08-29 21:37:25 -04:00
model_behavior.php Removing ModelBehavior::dispatchMethod(), replacing with call_user_func_array() as its faster and the php4 workaround is no longer needed. 2010-08-10 23:18:39 -04:00