To limit the paging numbers in CakePHP with Paginator helper
To limit the amount of numbers, that is displayed when calling the numbers-function. By Paginator helper in CakePHP.
Do something like this in your view.
echo $paginator->numbers(array('modulus'=>3));
Do something like this in your view.
echo $paginator->numbers(array('modulus'=>3));
Thanx
ReplyDeleteThanx for the post
ReplyDelete