コード例 #1
0
ファイル: ImgAction.class.php プロジェクト: liuguogen/weixin
 public function edit()
 {
     parent::edit();
     $this->display();
 }
コード例 #2
0
ファイル: EssayAction.class.php プロジェクト: kevicki/pig
	public function edit(){
		$id=$this->_get('id','intval');
		parent::edit();
		$this->display();
	}