Skip to content

versionable/Autoload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

What is Autoload?

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.

Requirements

PHP 5.3.2 and up.

Usage

registerNamespace('Doctrine\Common', '/path/to/doctrine'); $classLoader->registerNamespace('Symfony', '/path/to/symfony'); $classLoader->register(); ?>