Autoload is a php5.3 autoloader based on the SplClassLoader implementation that implements the technical interoperability standards for PHP 5.3 namespaces and class names.
PHP 5.3.2 and up.
registerNamespace('Doctrine\Common', '/path/to/doctrine'); $classLoader->registerNamespace('Symfony', '/path/to/symfony'); $classLoader->register(); ?>