Example #1
0
File: layout.php Project: pihizi/qf
 function _after_call($method, &$params)
 {
     parent::_after_call($method, $params);
     $this->layout->controller = $this;
     Event::bind('system.output', array($this->layout, 'render'));
 }