router(); /* * Load the routes file. the $router variable above is passed into the routes.php * file below so that you can define routes in that file. * A route is really just a URL, but saying route makes you sound cooler. * When someone hits that URL, you point them to a function or method * that will handle the request. */ require('routes.php'); // At this point, your app should have all the instructions it needs and it'll // "start" processing everything. This is where the magic happens. $app->start(); /* .----..---. .--. .----. .---. .---. .-. .-. .--. .---. .----. .-. .-..----. .----..-. .-. { {__ {_ _}/ {} \ | {} }{_ _} {_ _}| {_} | / {} \{_ _} | {} }| { } || {} }| {} }\ \/ / .-._} } | | / /\ \| .-. \ | | | | | { } |/ /\ \ | | | .--' | {_} || .--' | .--' } { `----' `-' `-' `-'`-' `-' `-' `-' `-' `-'`-' `-' `-' `-' `-----'`-' `-' `--' */