cakephp2-php8/cake/tests/cases/libs/model
renan.saddam 76e50ef625 Adding support for Model.* syntax, which translates to a list of fields from Model.
Fixing buildColumn for null values.
Fixing small containable merge, it was duplicating values, tests added.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8265 3807eeeb-6ff5-0310-8944-8be069107fe0
2009-07-31 02:08:20 +00:00
..
behaviors Adding support for Model.* syntax, which translates to a list of fields from Model. 2009-07-31 02:08:20 +00:00
datasources Adding support for Model.* syntax, which translates to a list of fields from Model. 2009-07-31 02:08:20 +00:00
behavior.test.php Adding testcases to disprove #6111 2009-07-06 22:38:37 +00:00
db_acl.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00
model.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_delete.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_integration.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_read.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_validation.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_write.test.php Adding support for Model.* syntax, which translates to a list of fields from Model. 2009-07-31 02:08:20 +00:00
models.php Fixing Model::saveAll() PHP4 compatibility. Minor API change in __save(). __save() no longer takes a model instance as the first parameter. Because of Model implementation details in PHP4 this caused broken references. Fixes #6389, #6223 2009-06-27 15:25:07 +00:00
schema.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00