Home >Backend Development >PHP Tutorial >How to control paging in ci to display only 5 page numbers, and use ellipsis when there are too many page numbers
The default seems to have no ellipsis, but hidden
And the returned $page is a string type variable, which the front-end has no way to control. I want to pass the parameters in the background, and then the front-end paging plug-in will process it.
http://www.cnblogs.com/leanhu...
If the background directly returns to paging, the front end will not be able to control the ellipses. If paging is returned in the background, how to set some pages to ellipses.
The default seems to have no ellipsis, but hidden
And the returned $page is a string type variable, which the front-end has no way to control. I want to pass the parameters in the background, and then the front-end paging plug-in will process it.
http://www.cnblogs.com/leanhu...
If the background directly returns to paging, the front end will not be able to control the ellipses. If paging is returned in the background, how to set some pages to ellipses.