Example #1
0
 private function parseCLIPath()
 {
     $this->path = $_SERVER['argv'][1];
     Controller::$SEPARATOR = ':';
 }