Skip to content

Instantly share code, notes, and snippets.

View kane-thornwyrd's full-sized avatar
🏠
Working from home

Jean-cédric T. kane-thornwyrd

🏠
Working from home
  • Betterway
  • France
  • 20:30 (UTC +02:00)
View GitHub Profile
config.json
reading-image.png
@kane-thornwyrd
kane-thornwyrd / 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.