Skip to content

Instantly share code, notes, and snippets.

@trq
Created March 17, 2012 05:58
Show Gist options
  • Save trq/2055571 to your computer and use it in GitHub Desktop.
Save trq/2055571 to your computer and use it in GitHub Desktop.
Proem Autoloader
<?php
require_once './lib/Proem/Autoloader.php';
use Proem\Autoloader;
(new AutoLoader())
->registerNamespace('Proem', './lib')
->register();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment