change CakePhp1.3 paginator destination url?
问题 I'm new to cakephp...and I have a page with a url this: http://localhost/books/filteredByAuthor/John-Doe so the controller is ´books´, the action is ´filteredByAuthor´ and ´John-Doe´ is a parameter.. but the url looks ugly so i've added a Route like this: Router::connect('/author/:name', array( 'controller' => 'books','action' => 'filteredByAuthor'), array('pass'=>array('name'),'name'=>".*")); and now my link is: http://localhost/author/John-Doe the problem is that the view has a paginator