Browse Source

explained why AR is used in an example for scenarios doc

tags/2.0.0-alpha
Alexander Makarov 11 years ago
parent
commit
f6c4c1ef3f
  1. 3
      docs/guide/model.md

3
docs/guide/model.md

@ -143,6 +143,9 @@ class EmployeeController extends \yii\web\Controller
}
```
In the example above we are using [Active Record](active-record.md). For basic form models it's rarely needed to
use scenarios since form model is typically used for a single form.
Validation
----------

Loading…
Cancel
Save