cakephp2-php8/cake/libs/model
2010-03-15 22:55:14 -04:00
..
behaviors Fixing issue in Containable where if bindModel was used to add / change a binding not permanently, Containable was making the change permanent 2010-03-14 16:34:57 -03:00
datasources Adding tests from 'Stephen Cuppert' to test incorrectly generate DELETE queries for habtm join tables that do not have a primary key when using PostgreSQL. Updating DboSource::_matchRecords() to only query the table if the supplied conditions are actually multi-table conditions. Fixes #459 2010-03-15 22:55:14 -04:00
app_model.php Fixing cakephp domain name. 2010-01-26 17:15:15 -05:00
behavior.php Fixing cakephp domain name. 2010-01-26 17:15:15 -05:00
connection_manager.php Fixing cakephp domain name. 2010-01-26 17:15:15 -05:00
db_acl.php Fixing cakephp domain name. 2010-01-26 17:15:15 -05:00
model.php Adding array_filter() to remove empty conditions that can be caused by array casting an empty string. 2010-03-15 22:15:03 -04:00
schema.php Fixing CakeSchema index comparison that was causing failures in postgres tests. 2010-03-14 23:31:52 -04:00