Exemplo n.º 1
0
 public function deleteAction()
 {
     $path = $this->getPath();
     $pathMapper = new Syj_Model_PathMapper();
     $pathMapper->delete($path);
     $this->_helper->SyjApi->setCode(200);
     // we should use 204, but ie mangles 204 to 1223
 }