예제 #1
0
파일: layout.php 프로젝트: pihizi/qf
 function _after_call($method, &$params)
 {
     parent::_after_call($method, $params);
     $this->layout->controller = $this;
     Event::bind('system.output', array($this->layout, 'render'));
 }