Ejemplo n.º 1
0
 function init()
 {
     parent::init();
     if (!empty($this->params['oninit'])) {
         $this->do_call();
     }
 }