Answer the question
In order to leave comments, you need to log in
Yii2. How to shuffle the results of a selection from a database?
Looking for the last 2 books added.
Books::find()->orderBy('creation_time')->limit(2)->all();
Books::find()->orderBy('creation_time, RAND()')->limit(2)->all();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question