Skip to content

Instantly share code, notes, and snippets.

View jena-s-lab's full-sized avatar
🏠
Working from home

Jena T. jena-s-lab

🏠
Working from home
View GitHub Profile
config.json
reading-image.png
@jena-s-lab
jena-s-lab / SplClassLoader.php
Created February 22, 2012 16:29 — forked from jwage/SplClassLoader.php
PSR0 implementation
<?php
/**
* SplClassLoader implementation that implements the technical interoperability
* standards for PHP 5.3 namespaces and class names.
*
* http://groups.google.com/group/php-standards/web/final-proposal
*
* // Example which loads classes for the Doctrine Common package in the
* // Doctrine\Common namespace.