This is primarily used internally, but there may be times that you want to return configuration info
such as needing to connect another service to your database.
<?=$dbuser = Config::get('mysql/username');?>
will grab your database username from the init.php file.