示例#1
0
 public function getx($key)
 {
     $value = $this->_request->get($key);
     return Helper_String::deepFilterDatasInput($value);
 }