A demo of creating custom Yii2
link pager widget which extends yii\widgets\LinkPager
class.
Download or clone all files.
Copy all files into corresponding folder of your Yii2
app.
$ cd yii2-custom-linkpager
$ cp controllers/* YOUR_APP/controllers/
$ cp -r views/* YOUR_APP/views/
$ cp -r widgets YOUR_APP/
Update namespace
of PHP
classes into your own namespace
.
Access and test the demo by url: http://YOUR_HOST_OR_APP/index.php?r=test/test
.
Step by step tutorial of creating custom pager widget is also available.