예제 #1
0
파일: index.php 프로젝트: chinazan/zzcrm
<?php

include "bootstrap.php";
$app = new \Fox\Core\Application();
if (!empty($_GET['entryPoint'])) {
    $app->runEntryPoint($_GET['entryPoint']);
    exit;
}
$app->runClient();