Skip to content

Instantly share code, notes, and snippets.

@tkjaergaard
Forked from adriengibrat/l.php
Created March 5, 2013 00:21
Show Gist options
  • Select an option

  • Save tkjaergaard/5086931 to your computer and use it in GitHub Desktop.

Select an option

Save tkjaergaard/5086931 to your computer and use it in GitHub Desktop.
<?php spl_autoload_register(function($c){@include preg_replace('#\\\|_(?!.+\\\)#','/',$c).'.php';});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment