示例#1
0
文件: Clover.php 项目: sinri/Clover
 public static function start($root_path = null)
 {
     if (Clover::is_cli()) {
         Clover::startForCLI($root_path);
     } else {
         Clover::startForWebRequest($root_path);
     }
 }