On Fri, Feb 4, 2011 at 2:25 PM, Dee Johnson <[email protected]> wrote: > I did the $this->params and on each page when i click next or on a nother > page it registers that it is a new page but says page 1 > > the following actually came from page 2! > > [page] => 1 > [current] => 10 > [count] => 14 > [prevPage] => > [nextPage] => 1 > [pageCount] => 2 > [defaults] => Array > ( > [limit] => 10 > [step] => 1 > [order] => Array >
Does the correct page show in the URL, though? Do you have any special route involved? If you're using 1.2.x, you may need to do something like: $paginator->options(array($this->passedArgs)); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
