Skip to content

Commit

Permalink
Fixed link to cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Mar 11, 2015
1 parent cad57dc commit 4f9d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -2652,7 +2652,7 @@ public function validateAssociated(&$data, $options = array()) {
* Fields are treated as SQL snippets, to insert literal values manually escape your data.
* @param mixed $conditions Conditions to match, true for all records
* @return bool True on success, false on failure
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html#model-updateall-array-fields-array-conditions
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html#model-updateall-array-fields-mixed-conditions
*/
public function updateAll($fields, $conditions = true) {
return $this->getDataSource()->update($this, $fields, null, $conditions);
Expand Down

0 comments on commit 4f9d764

Please sign in to comment.