Example #1
0
 public function __construct($uriBase = null, $params = null)
 {
     parent::__construct($uriBase, $params);
     /*
      * the two only ways available to get request environment are:
      * 1. analyse & parse REQUEST_URI
      * 2. get Zend_Controller_Request_Get object and/or its params
      * 
      * @todo code this 
      */
     //		$this->_env = $this->_params['zf_request_object']->getParams();
 }