Skip to content

Instantly share code, notes, and snippets.

@Bizunow
Created November 24, 2017 12:49
Show Gist options
  • Save Bizunow/f9e8b000ded829fb3eead89cc9b8ff63 to your computer and use it in GitHub Desktop.
Save Bizunow/f9e8b000ded829fb3eead89cc9b8ff63 to your computer and use it in GitHub Desktop.
[Yii Pager settings] #php #yii
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
'template'=>"{pager}<hr>\n{items}\n{pager}",
'pager' => array(
'firstPageLabel'=>'<',
'prevPageLabel'=>'<',
'nextPageLabel'=>'>',
'lastPageLabel'=>'>>',
'maxButtonCount'=>'10',
'header'=>'<span>Листалочка страничек:</span>',
'cssFile'=>false,
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment