View purge.php
<?php | |
/** | |
* PHP.Kryptik.AB Cleanup script | |
* | |
* Usage: place the script in same directory that contains files / directories | |
* to be scanned. Then run `php [script_name].php` and wait a bit | |
* | |
* @link http://blog.twelvecode.com | |
* @author Grzegorz Godlewski <grisha87@gmail.com> |
View SplClassLoader.php
<?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. |