コード例 #1
0
ファイル: model.php プロジェクト: deltas1/icms1
 public function deleteAction($id)
 {
     cmsActions::removeLogById($id);
     return true;
 }