Пример #1
0
<?php

ini_set("display_errors", 1);
error_reporting(E_ALL & ~(E_STRICT | E_NOTICE));
define("MVC_FRIENDLY_URL", true);
require_once '../../PHPMVCFramework/System/Application.php';
$app = new \System\Application();
$app->Start();