Skip to content

Commit

Permalink
Clarify migration path to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 29, 2017
1 parent abec95d commit eaf7454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Model/Model.php
Expand Up @@ -1688,6 +1688,9 @@ public function field($name, $conditions = null, $order = null) {
* 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.
Expand Down

0 comments on commit eaf7454

Please sign in to comment.