摘要: 一、控制器层的更新、添加、删除 class AddKnowledgeAction extends CAction { //add and update public function actionPost() { if ($_POST) { //如果是post操作 $res = array('cod 阅读全文
posted @ 2021-04-01 16:07 李留广 阅读(131) 评论(0) 推荐(0)