Models
Models
Models are part of the MVC architecture. They are objects representing business data, rules and logic.
You can create model classes by extending yii\base\Model or its child classes. The base class yii\base\Model supports many useful features:
- Attributes: represent the business data and can be accessed like normal object properties or array e