cakephp2-php8/cake/tests
Joël Perras adb0c809a0 Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199.
Model::exists() now makes no check whatsoever on the value of
Model::$useTable. This means that, as with a database-backed dbo,
Model::exists() will call Model::find('count') (which in turn calls
DataSource::read()) to determine if the record identified by Model::$id
already exists in the datasource.
2010-01-14 16:47:08 -05:00
..
cases Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199. 2010-01-14 16:47:08 -05:00
fixtures Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
groups Updating lib group with omitted classes. 2009-12-19 20:32:34 -05:00
lib Updating CakeTestSuiteDispatcher parsing of . 2010-01-13 23:19:10 -05:00
test_app Bug fix in I18n 2010-01-14 14:11:57 -04:30