mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
update book link
This commit is contained in:
parent
dbece1f157
commit
6d69ec3a78
1 changed files with 1 additions and 1 deletions
|
@ -1488,7 +1488,7 @@ class Model extends Object {
|
|||
* @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;
|
||||
|
|
Loading…
Add table
Reference in a new issue