PHP Autoloader (Rated 0)Description:
This Autoloader Implementation finds class definitions in any files. A simple require of one file is enough to get it working without any further configuration. It uses an index for fast class defintiion finding. It has no problems with any other class loader. Code starts here
<?php
require dirname(__FILE__) . '/autoloader/Autoloader.php';
Submitted by malkusch on 22-12-2009 12:29 |