Example #1
0
 /**
  * When initializing the Builder class make sure the template helper is set-up
  */
 public function __construct()
 {
     // set-up the pattern engine
     PatternEngine::init();
     // set-up the various attributes for rendering templates
     Template::init();
 }