mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Clarify migration path to 3.x
This commit is contained in:
parent
abec95d3ea
commit
eaf7454628
1 changed files with 3 additions and 0 deletions
|
@ -1688,6 +1688,9 @@ class Model extends CakeObject implements CakeEventListener {
|
|||
* Saves the value of a single field to the database, based on the current
|
||||
* model ID.
|
||||
*
|
||||
* @deprecated 3.0.0 To ease migration to the new major, do not use this method anymore.
|
||||
* Stateful model usage will be removed. Use the existing save() methods instead.
|
||||
*
|
||||
* @param string $name Name of the table field
|
||||
* @param mixed $value Value of the field
|
||||
* @param bool|array $validate Either a boolean, or an array.
|
||||
|
|
Loading…
Reference in a new issue