For me putting real UTF-8 characters in worked as well: → for
instances (thats →)
On a sidenote: I recommend moving pagination header and footer to
elements btw :)

On Mar 15, 7:54 pm, mklappen <mklap...@gmail.com> wrote:
> thanks! working now :)
>
> On Mar 14, 12:24 pm, brian <bally.z...@gmail.com> wrote:
>
> > Add 'escape' => false to your params array.
>
> > On Sat, Mar 14, 2009 at 12:45 PM, mklappen <mklap...@gmail.com> wrote:
>
> > > Hi
>
> > > Is there a way to use the special characters &#171; and &#187; in
> > > pagination class without cakephp converting the & sign into '&amp'?
>
> > > I found  a couple posts on it here but they really haven't helped me
> > > figure out if/how it can be done...
> > >http://groups.google.com/group/cake-php/browse_thread/thread/a1963f64...
>
> > > This is the code that was created from bake (I changed the << >> to
> > > the html special char codes...)
>
> > > <?php echo $paginator->prev('&#171; '.__('previous', true), array(),
> > > null, array('class'=>'disabled'));?>
> > >  |      <?php echo $paginator->numbers();?>
> > >  |      <?php echo $paginator->next(__('next', true).' &#187;', array(),
> > > null, array('class'=>'disabled'));?>
>
> > > Thanks in advance for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to