Example #1
0
 /**
  * Create a new Template
  *
  * @param Controller $controller 
  * @return Template
  * @author Justin Palmer
  */
 public function __construct($controller)
 {
     $this->Controller = $controller;
     self::$ContentFor = new stdClass();
     //$this->prepare();
 }