mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
35997a1e84
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 |
||
---|---|---|
.. | ||
config | ||
docs | ||
libs | ||
scripts | ||
app_controller.php | ||
app_model.php | ||
basics.php | ||
bootstrap.php | ||
dispatcher.php |