Wiki articles tagged with "Pagination"

Showing 1-3 of 3 items.

Take more control of CGridview and model searching (related model or another controller)

Created 9 years ago by Kostas Apazidis (KonApaz), updated 9 years ago by CeBe.

Suppose you have an Application in Yii that manages hotels each one has many customers.

2 0
6 followers
Viewed: 40 284 times
Version: 1.1
Category: How-tos

CGridView, CListView and CActiveDataProvider

Created 10 years ago by softark, updated 9 years ago by softark.

CGridView (or CListView) together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. But how do they work together to accomplish their fantastic functions? And what are you expected to do to use them and to customize their behaviors? This article explains the very basics of them.

26 0
33 followers
Viewed: 142 189 times
Version: 1.1
Category: Tutorials

Quick Tip about Pagination Params

Created 12 years ago by Antonio Ramirez, updated 12 years ago by Antonio Ramirez.

Developing custom Grids and ListViews for my new CMS I was facing a small challenge: If I was to update/delete/batch delete items of my Grid, how would I return to the current page view?

5 0
8 followers
Viewed: 61 877 times
Version: 1.1
Category: Tips