Skip to content

Instantly share code, notes, and snippets.

@matason
Created December 19, 2013 17:39
Show Gist options
  • Save matason/8043213 to your computer and use it in GitHub Desktop.
Save matason/8043213 to your computer and use it in GitHub Desktop.
$thing_path = libraries_get_path('thing');
require_once($thing_path . '/thing.php');
$thing = new thing();
exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment