in index.php I set bootstrap: like in ebook..
include '../application/bootstrap.php';
$configSection = getenv('PLACES_CONFIG') ? getenv('PLACES_CONFIG') :
'general';
$bootstrap = new Bootstrap($configSection);
$bootstrap->runApp();
thanks
in index.php I set bootstrap: like in ebook..
include '../application/bootstrap.php';
$configSection = getenv('PLACES_CONFIG') ? getenv('PLACES_CONFIG') :
'general';
$bootstrap = new Bootstrap($configSection);
$bootstrap->runApp();
thanks