Example #1
0
 function __construct()
 {
     // Testing Data
     $this->data = Config::getFeedbackData();
     $this->template = new Templater();
     // Template path
     if (Config::$controller) {
         $this->view = Config::$controller . DS . Config::$action . '.php';
     } else {
         // Default Design
         $this->view = false;
     }
 }