model = new \app\admin\model\Notice; } public function add() { $this->request->filter('trim,htmlspecialchars'); parent::add(); } public function edit($id = null) { $this->request->filter('trim,htmlspecialchars'); parent::edit($id); } }