Example #1
0
 function __construct($template)
 {
     $this->_template = new View($template, $this);
     self::$INSTANCE = $this;
 }