Top "Relation" questions

A relation on sets S1, S2, ..., SN is any subset of S1 x S2 x ... x SN, where 'x' denotes the Cartesian product.

Define a custom ordering criteria in the relations() method

I have a model A that has a relationship of type HAS_MANY with model B. B's attributes are: id, …

database sorting yii relation
Yii 2: multiple relation with same table

I've got a problem with Yii 2 Relation Tables. My work has many relations, but only in this case return me …

php activerecord yii2 relation