Right, I guess I should include the code. This is my View: http://bin.cakephp.org/view/458627347
This is my controller: http://bin.cakephp.org/view/1741251967 On Fri, Oct 14, 2011 at 10:12 PM, Marcus James <[email protected]> wrote: > Hi Garret, > > 2 things:- > > > 1. *In your controller use this > > $this->set('provider', $this->paginate('Provider')); > > * > 2. *In your view add this line at the end > > <td>echo <http://www.php.net/echo> $this->Paginator->numbers()</td>* > > * > * > *Enjoy* > * > * > *Marcus* > > -- > 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 > -- 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
