Hi all,
I am trying to get CakePHP Paginator helper to output links as such:
http://someurl/page/1At the moment it outputs links like the following:
http://someurl/posts/index/page:1I have figured out how to change the controller and remove the action from the url. Unfortunately, I have yet to be able to figure out how to get CakePHP to output just the page number and not 'page:1'.
Any help is greatly appreciated!