CakePHP: Custom routes and pagination


In CakePHP it is pretty easy to change the way that users reach to a specific action to another beautiful URL for ex: you may have a page that contains category details, and users reach to it via: http://domain.com/categories/view/id controller is "categories", action is "view", and it takes 1 parameter id and you may want … Continue reading CakePHP: Custom routes and pagination