Example #1
0
 private function __construct()
 {
     Request::read();
     $this->objLanguages = Languages::getInstance();
     $this->recognize();
     $this->setErrorHandler();
     $this->loadConfig();
 }