Example #1
0
 public function run()
 {
     parent::run();
     $this->registerPackages();
     $this->render('application.modules.mobile.views.mobile._panel');
 }
Example #2
0
 public function run()
 {
     $ret = parent::run();
     echo $this->renderLayout();
     return $ret;
 }