There's an issue. After I made this work, I inserted code for AJAX to take care of the pagination. Now, when I try to sort based on last name or first name, the up or down arrows are replaced with a bunch of funky characters, looks like some unicode that's not getting translated properly. I'm using IE 8.0.
Is there a way to just have v or ^ in place of those chars? Where would I set that? 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
