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
You can pass it in from a controller: $this->view->page = $this->_getParam('page');.
$this->view->page = $this->_getParam('page');
Footnote: I agree with @alexn.