Answer the question
In order to leave comments, you need to log in
How to write a database query in Yii?
There is a News table in Mysql
id name date
1 title1 18.12
2 title2 19.12
3 title3 19.12
You need to use Yii to write a query that groups news by date and includes the CPadination property to display news by the number of dates on one page.
The output should be:
1) 18.12 title1
2) 19.12 title2
title3
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