Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Last active January 1, 2016 03:22
Show Gist options
  • Save TheOpenDevProject/944c862a8117e7c2ca0c to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/944c862a8117e7c2ca0c to your computer and use it in GitHub Desktop.
<?php
include 'vendor/autoload.php'
//NOTHING ELSE BELONGS IN THIS FILE
Application::Start(array('SettingsStuff' => array(
'AppName' => 'MyApp'
)),'POST,GET',true,function(){});
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment