NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
### display **设置模板变量** **参数** $result : V层 页面名称 现已基本不用,通过 新添加的 view 方法 设置模板 ~~~ function display($result) { if (! empty ( $_GET ['skey'] )) { $this->show->assign ( "skey_", $_GET ['skey'] ); } $this->createSubmitTag();//创建重复提交校验 $this->show->display ( $this->objPath . '_' . $this->objName . '-' . $result ); } ~~~