Skip to content

Commit

Permalink
update book link
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Jan 25, 2012
1 parent dbece1f commit 6d69ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -1488,7 +1488,7 @@ public function field($name, $conditions = null, $order = null) {
* @param array $validate See $options param in Model::save(). Does not respect 'fieldList' key if passed
* @return boolean See Model::save()
* @see Model::save()
* @link http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#model-read
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html#model-savefield-string-fieldname-string-fieldvalue-validate-false
*/
public function saveField($name, $value, $validate = false) {
$id = $this->id;
Expand Down

0 comments on commit 6d69ec3

Please sign in to comment.