Thumbnail view with pagination

I need to create a similar layout just like we see in Yii extensions page (Yii Extensions page) .

Basically i have images in my application where i should show it in ThumbNail format in my GUI with pagination.

How can i do this, is there any widget that will display my data in ThumbNail format.

Can you please provide more information? What is "ThumbNail" format? Take a look at the CListView class, which supports pagination and "allows one to use a view template to render each data item". To create image thumbnails you can use PHPThumb library, and also there is a good wrapper extension for this library: http://www.yiiframework.com/extension/easyphpthumb