<?php define('ROOT_DIR', $_SERVER['DOCUMENT_ROOT']); define('DEBUG', TRUE); include 'autoload.php'; $autoloader = new Autoload(); $autoloader->registerAutoload();
info at phpclasses dot org