Pagination in yii

  1. On your controller you need to create the CPagination.

  2. you create Controller class, similar to below code

  1. in view file (\protected\views\foldername\filename.php)

  2. paste this code