示例#1
0
<?php

require 'Engine/AutoLoad.php';
AutoLoad::Start();
//Engine\Generic\Server::ShowServerVars();
$app = new Application\Application();
$app->UseSession = false;
$app->SessionTimeOut = 3;
$app->Start();
//$app->Session->SetLogin(TRUE);
//(new Engine\App\Config())->PrintProperties();
//(new Engine\App\Session())->PrintProperties();