Created
November 24, 2017 12:49
-
-
Save Bizunow/f9e8b000ded829fb3eead89cc9b8ff63 to your computer and use it in GitHub Desktop.
[Yii Pager settings] #php #yii
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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