explained why AR is used in an example for scenarios doc

This commit is contained in:
Alexander Makarov
2013-08-14 13:16:12 +04:00
parent b51c7e3b16
commit f6c4c1ef3f

View File

@ -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 Validation
---------- ----------