getDI()->get('config'); if ($config->application->debug) { (new Phalcon\Debug)->listen(); } /** * Handle the request */ echo $bootstrap->run();