application->debug) { (new Phalcon\Debug)->listen(); } /** * Read auto-loader */ include APP_PATH . "/app/config/loader.php"; /** * Handle the request */ $app = new Phalcon\Mvc\Application(new Httpcb\Services()); echo $app->handle()->getContent();