I'm having a little problem understanding pagination

I’m having a problem understanding how pagination works in yii, primarily how I can create it. Does anyone know of an documentation (outside the api page) that can help me. Examples would be useful.

Assuming you are working with database records, pagination is basically getting records from a record number for a certain length. The concept is easy to grasp once you have an example to follow.

Take a look at this link (not Yii)

For Yii pagination look at this link. Look at the controller tab, I hope this helps.

I’m actually using lucene for the search and results. However, I’m checking out both tutorials thank you.