cakephp2-php8/cake/tests/cases
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
..
console Test cases for model bake updates, refs #147 2010-01-01 20:19:15 +11:00
libs Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199. 2010-01-14 16:47:08 -05:00
basics.test.php Removing "Long description for file" from /cake/tests tree. 2009-12-08 20:19:42 +11:00
dispatcher.test.php Updating Controllers used to test full page caching to reflect changes in CacheHelper's functionality. 2010-01-03 23:51:31 -05:00