On 10/1/2009 11:08 AM, persianshadow wrote: > hi > > i use paginator in my view but $paginator->numbers() method only show > 9 number in view > > i want increase number in view.i change numbers options but don't get > anything. > >
http://api.cakephp.org/class/paginator-helper#method-PaginatorHelpernumbers $pagination->numbers(array('modulus' => 12)); This will display 12 pages on each side of the current page instead of the default 8. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
