Top "Yii2-model" questions

Use this tag if your question relates to the Yii2-model-class or one of its descendants.

Db Transactions in Yii2 with callbacks

I have simple code which uses DB transaction in Yii2, this updates user balance and adds a new record to …

transactions yii2 yii2-model
Yii2 "has no relation named" at search model even the function it is defined in the main model

I am having a yii2 error : common\models\Book has no relation named "favorite". When I try to add: public …

php yii2 relation yii2-model