Results 3 comments of km3945

我改过.在插件里把所有模板定位到了/views/moduleName里 即便 不做此修改,它也会读取index里的error

感谢哥回复,刚找了个变通的方法.你看妥不? ```php class roleindexAction extends \Yaf\Action_Abstract{ private $root; public function execute (){ $this->root=$this->getController(); $this->root->test(); } }