cakephp2-php8/cake/libs/model
phpnut cbbf006bd6 Adding fix for:
Ticket #1303, fixes On HABTM save() the associated field 'id' must be first in $this->params
Ticket #1819, fixes save() for HABTM to allow array keys in any order.
Ticket #2762, fixes Model::save() for HABTM not saving if no data from the parent Model is present

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5320 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-06-21 13:53:51 +00:00
..
behaviors Correcting code structure to standards 2007-06-20 06:15:35 +00:00
datasources Correcting code structure to standards 2007-06-20 07:51:52 +00:00
behavior.php Adding missing headers 2007-02-09 18:18:01 +00:00
connection_manager.php Correcting code structure to standards 2007-06-20 06:15:35 +00:00
db_acl.php Replacing "&&" by "AND" (ticket #2784) 2007-06-18 06:54:41 +00:00
model.php Adding fix for: 2007-06-21 13:53:51 +00:00