Tag Archives: Yii2.0 LinkPager

Yii Framework 2 : Custom Pagination

When we are having more data and have to split it as many pages using pagination. By default, Yii2.0 is having that option for pagination. For the pagination, we have to send some information to page they are total item count, page size(number of records per page), current page etc. Simple Pagination CustomPagination Class Custom […]