Example #1
0
<?php

$app = new \Avenue\App();
// include application services.
require_once AVENUE_APP_DIR . '/services.php';
// include application view helpers.
require_once AVENUE_APP_DIR . '/helpers.php';
// include application routes
require_once AVENUE_APP_DIR . '/routes.php';
// rendering application's output
$app->render();