Update upgrade-from-v1.md

Text amended as "A new method" was referring to two. CHanged the text to "New methods".
This commit is contained in:
surek
2014-01-15 11:15:47 +00:00
parent 32da18a513
commit eefba1d536

View File

@ -183,7 +183,7 @@ A model is now associated with a form name returned by its `formName()` method.
mainly used when using HTML forms to collect user inputs for a model. Previously in 1.1,
this is usually hardcoded as the class name of the model.
A new methods called `load()` and `Model::loadMultiple()` is introduced to simplify the data population from user inputs
New methods called `load()` and `Model::loadMultiple()` are introduced to simplify the data population from user inputs
to a model. For example,
```php