Re: Append a anchor to paginator helper.

2009-06-09 Thread nurvzy
Thanks Brian! Worked like a charm! On Jun 8, 6:20 pm, brian wrote: > Use the '#' key: > > $paginator->options( >         array( >                 'url' => array( >                         'controller' => 'projects', >                         'action' => 'view', >                         $projec

Re: Append a anchor to paginator helper.

2009-06-08 Thread brian
Use the '#' key: $paginator->options( array( 'url' => array( 'controller' => 'projects', 'action' => 'view', $project['Project']['id'], '#' => 'related' )

Append a anchor to paginator helper.

2009-06-08 Thread nurvzy
Hi all, I'm a bit boggled finding a way to append an anchor to the end of a paginated numbers/next/previous. I have a controller action view that paginates a related model, pretty basic. When someone clicks "next", "previous" or a number I would like the url to append '#related' to the end of