cakephp2-php8/cake/libs/model
Juan Basso b21538c426 Getting a list of connections in the constructor of ConnectionManager
class. Fixes issues where using ConnectionManager::create() before the
standard connections are enumerated will result in the standard
connections never being enumerated.  Fixes #206

Signed-off-by: Mark Story <mark@mark-story.com>
2010-01-21 12:59:00 -05:00
..
behaviors Putting __() in strings that missing internationalization. 2010-01-18 01:06:25 -05:00
datasources Additional tests for virtualFields and fixing issues with index 0 being removed. Fixes #208 2010-01-21 10:35:20 -05:00
app_model.php Removing newline caused by Subversion line removal. 2009-11-06 18:01:22 +11:00
cake_schema.php Putting __() in strings that missing internationalization. 2010-01-18 01:06:25 -05:00
connection_manager.php Getting a list of connections in the constructor of ConnectionManager 2010-01-21 12:59:00 -05:00
db_acl.php Putting __() in strings that missing internationalization. 2010-01-18 01:06:25 -05:00
model.php Making Model::isVirtualField() and Model::getVirtualField() work with both Model.field as field. This fixes a number of issues in conditions, and fields arrays when model aliases are used. Fixes #208 and #220 2010-01-19 09:22:13 -05:00
model_behavior.php Putting __() in strings that missing internationalization. 2010-01-18 01:06:25 -05:00