Skip to content

Instantly share code, notes, and snippets.

@mindplay-dk
mindplay-dk / GAutoloader.php
Created December 7, 2012 16:43
GAutoloader
<?php
/**
* Simple autoloader mapping namespaces to paths.
*
* @property array $namespaces hash where namespace => absolute root-path
* @property array $classes hash where fully qualified class-name => absolute path
*/
class GAutoloader
{