Method to display data that belongs to the model ?

Hi,

in the page view, I want to display data that belongs to the model in a table (rowset clickable). Is there a solution proposed by Yii?

Thanks.

CGridView?

No, I want something simple to serve a nice display of data only.

Do you want something like tables in phpmyadmin?

CGridView is quite simple and highly customisable, if it doesn’t suit you I am afraid you will have to write your own widget.

ok, thank you teher, may be I’ll use cgridview