cakephp2-php8/cake/libs/model
phpnut 353eab91d5 Adding fix for lost data in Model::afterSave();
Closes #2465, Model::save(); now returns the values of $this->data after a successful save;

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5894 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-10-24 17:44:27 +00:00
..
behaviors Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +00:00
datasources Changing @return int to @return integer and @param bool to @param boolean 2007-10-22 16:54:36 +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 Fixes #2902, DB_ACL::allow allowing all when $actions is not an array. 2007-10-17 12:51:17 +00:00
model.php Adding fix for lost data in Model::afterSave(); 2007-10-24 17:44:27 +00:00
schema.php Adding documentation to classes belonging to Cake console. 2007-10-22 05:52:20 +00:00