示例#1
0
 public function edit()
 {
     parent::edit();
     $this->display();
 }
示例#2
0
	public function edit(){
		$id=$this->_get('id','intval');
		parent::edit();
		$this->display();
	}