Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created July 13, 2012 19:36
Show Gist options
  • Save bobmagicii/3106911 to your computer and use it in GitHub Desktop.
Save bobmagicii/3106911 to your computer and use it in GitHub Desktop.
Example using Menagerie
<?php
/* assuming the config file has been set to load the surface library, and to
automatically run the surface for us, this would result in a complete page
output to the browser in the current site theme. it would say, 'lol', lol. */
require('m/application.php');
echo 'lol';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment