コード例 #1
0
 public function actionDeletePreview()
 {
     $preview = CStaffManager::getDiplomPreview(CRequest::getInt("id"));
     $preview->remove();
     $this->redirect("preview.php?action=index");
 }