コード例 #1
0
ファイル: Category.class.php プロジェクト: Myazure/PESCMS2
 /**
  * 编辑分类
  */
 public function action($jump = TRUE, $commit = TRUE)
 {
     $this->db()->transaction();
     $updateResult = \Model\Category::updateCategory();
     $this->db()->commit();
     $this->success('更新分类成功', $this->url(GROUP . '-Category-index'));
 }