mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-02 21:03:32 +00:00
Merge branch '2.0' into 2.1
Conflicts: lib/Cake/View/ThemeView.php
This commit is contained in:
commit
7eda0affe3
8 changed files with 86 additions and 61 deletions
lib/Cake/Model
|
@ -1543,7 +1543,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* @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
Add a link
Reference in a new issue