Example #1
0
 function __construct()
 {
     $this->tmp = Templater::init();
 }
Example #2
0
 /**
  *
  * function: prepareTmp
  * Prepare templating
  * @access public
  * @return Templater
  */
 public function prepareTmp()
 {
     $this->tmp = Templater::init();
     $this->tmpPrior = $this->tmp->currentTemplate();
 }