I am trying to use the redirector action helper to call gotoRoute.
The page I need to go to is something like
http://mywebsite.com/blog/documentation/tags/#add which would take me
to the "add" anchor in the tags page. To go to that URL, my code is:
$this->_helper->redirector->gotoRoute(array('module' => 'blog',
'controller' => 'documentation', 'action' => 'tags'));
That takes me to http://mywebsite.com/blog/documentation/tags/ but I
need to add "#add" to the end of that. Any idea how one would
accomplish that?
Thanks
Jason
--
Jason Austin
Senior Solutions Implementation Engineer
NCSU - OIT - Outreach Technology
[email protected]