Example #1
0
 /**
  * Init template object
  */
 private function initTemplate()
 {
     $this->di->set('template', function () {
         $tmpl = new Template();
         $tmpl->initStaticFiles();
         return $tmpl;
     });
 }