Beispiel #1
0
<?php

session_start();
define('ROOT', dirname(__FILE__));
include_once 'application/bootstrap.php';
$app = new InnomativeMVC();
$app->run();
Beispiel #2
0
<?php

include_once 'application/bootstrap.php';
session_start();
define('ROOTDIR', dirname(dirname(__FILE__)));
define('PRODUCT_SRC', dirname(dirname(__FILE__)) . '/images/wine/');
$app = new InnomativeMVC();
$state = $app->run();