Example #1
0
 public static function Main($exit = TRUE)
 {
     $command = new self();
     $command->Run($_SERVER['argv'], $exit);
 }