public function edit() { parent::edit(); $this->display(); }
public function edit(){ $id=$this->_get('id','intval'); parent::edit(); $this->display(); }