GridView Card View

Hi everyone,

I’m new to Yii, and I use CRUD tool to interface to database, I’m willing to do weekend page which allow users to set which day will be as a weekend.

I have table into the database that have seven rows fro the week days and a ISWEEKEND column INT(1) as a flag.

I thought that I may show it as a card view, the header will be the day name Sun, Mon,… etc. and the only one row my be a check boxes, isn’t this a card view? do CGridView supports it? :)