table_name='zgwhjf_ysjyhnew'; $this->controller_name='Ysjyhnew'; $this->has_img=false; $this->has_imgs=false; $this->has_source=false; parent::_initialize(); } /** * 列表 */ public function zgwhjf_ysjyhnew_list() { return $this->news_list(); } /** * 添加显示 */ public function zgwhjf_ysjyhnew_add() { return $this->news_add(); } /** * 编辑显示 */ public function zgwhjf_ysjyhnew_edit() { return $this->news_edit(); } /** * 排序 */ public function zgwhjf_ysjyhnew_order() { return $this->news_order(); } /** * 删除(单个) */ public function zgwhjf_ysjyhnew_del() { return $this->news_del(); } /** * 删除(全选) */ public function zgwhjf_ysjyhnew_alldel() { return $this->news_alldel(); } /** * 审核/取消审核 */ public function zgwhjf_ysjyhnew_state() { return $this->news_state(); } }