melon

Results 3 comments of melon

量冠科技 https://www.17xiaoshou.cn/

Same issue here Deepin GNU/Linux 15.10.1 Terminus 1.0.79

我没有进行统一注册LayoutPlugin,因为考虑到了项目中可能会使用很多不同的页面布局。如果是项目中是统一的,那就最好是在Bootstrap中注册,我是具体写在了控制器中。例:Admin.php 中是这样使用的 ``` public function init() { parent::init(); //使用layout页面布局 $this->_layout = new LayoutPlugin('layout.html'); $this->dispatcher = Yaf_Registry::get("dispatcher"); $this->dispatcher->registerPlugin($this->_layout); } ```