cakephp2-php8/cake
phpnut 35997a1e84 Merging fixes and enhancements into trunk.
Revision: [2066]
Change the bindTo<ModelName>() to bindModel()
This works similar to before but has sytax as follows.

        $this->Book->bindModel(array('belongsTo' => 
                               array('Author' =>
                               array('conditions' => 'these conditions',
                                     'order' => 'this order by DESC',
                                     'foreignKey' => 'foreign key',))));




git-svn-id: https://svn.cakephp.org/repo/trunk/cake@2067 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-02-20 05:09:48 +00:00
..
config Merging fixes and enhancements into trunk 2006-02-18 23:42:21 +00:00
docs Merging fixes and enhancements into trunk 2006-02-18 23:42:21 +00:00
libs Merging fixes and enhancements into trunk. 2006-02-20 05:09:48 +00:00
scripts Merging fixes and enhancements into trunk. 2006-02-20 03:03:05 +00:00
app_controller.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
app_model.php Merging fixes and enhancements into trunk 2006-01-20 07:46:14 +00:00
basics.php Merging fixes and enhancements into trunk 2006-02-18 23:42:21 +00:00
bootstrap.php Merging fixes and enhancements into trunk 2006-02-18 23:42:21 +00:00
dispatcher.php Merging fixes and enhancements into trunk. 2006-02-19 06:26:05 +00:00