예제 #1
0
파일: Cron.php 프로젝트: laiello/phphelium
 function __construct()
 {
     $this->tmp = Templater::init();
 }
예제 #2
0
파일: Email.php 프로젝트: healeyb/Helium
 /**
  *
  * function: prepareTmp
  * Prepare templating
  * @access public
  * @return Templater
  */
 public function prepareTmp()
 {
     $this->tmp = Templater::init();
     $this->tmpPrior = $this->tmp->currentTemplate();
 }