Author Topic: CakePHP & Pagination  (Read 685 times)

0 Members and 1 Guest are viewing this topic.

Offline JustinM01Topic starter

  • Irregular
  • Posts: 29
  • Gender: Male
    • View Profile
    • Jmccauli.com - My Blog
CakePHP & Pagination
« on: March 24, 2009, 07:45:29 PM »
Hi all,

I am trying to get CakePHP Paginator helper to output links as such:

http://someurl/page/1

At the moment it outputs links like the following:

http://someurl/posts/index/page:1

I 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!