I am using the Zend framework and what I need is to construct a url in my view. Normally in regular php code I\'d just grab the GET Variable by using the global $_GET. However w
To access the Request Object one way that is common is to save it in the Registry.