protected function _initParams()
 {
     $url = jUrl::parseFromRequest($this, $_GET);
     $this->params = array_merge($url->params, $_POST);
 }