Example #1
0
 public function SAC_otherAction()
 {
     $desc = BFL_Serializer::transmitDecode($this->path_option->getQueryString());
     $this->view->error = $desc;
     $this->view->display('error.php');
 }