Пример #1
0
 /**
  * Constructor: initiates and project and runs it
  */
 public function __construct()
 {
     XRay::handlers();
     if ($this->start()) {
         $this->run();
     }
 }