I have just built a pagination system using Yii’s Pagination class as well as the LinkPager but noticed that Yii starts the page numbers at “0” for some reason?
It’s rather annoying as the pagination generated links “Page 1” to Page 1, which is actually Page 2…
Is there any way to make it start @ page 1 instead?
Thanks!