I have been working on developing an image gallery website in yii framework. I like to display a gallery of images in a page as a gird with pagination feature. I wonder if there exists any Yii builtin features like CGridView can be used for this purpose. If not what will be my best option to choose. I have to do the pagination in the gallery.
Share
Seems like you have 3 choices: (1) Customize CGridView by extending the render functions to make it do what you want, which is pretty easy to do. (2) Find a Yii extension and see if it’s close enough to what you want ( http://www.yiiframework.com/extensions/ ), or (3) use a JavaScript-based image gallery and have Yii output the data.