This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Christophe Coevoet 09850bdf01 [ClassLoader] Added a simplified PSR-0 ClassLoader
The new ClassLoader does not differentiate namespaced classes and
PEAR-like classes like the UniversalClassLoader does as the PEAR
format is a subset of PSR-0.
The new loader registers fallbacks by adding a location for an empty
prefix, as done in Composer. This allows using namespaces map generated
by Composer without any special processing on them.
2012-04-01 23:31:48 +02:00
..
Bridge clean file docs in Propel1 fixtures 2012-03-30 10:53:43 +02:00
Bundle updated license blocks 2012-03-31 18:00:32 -03:00
Component [ClassLoader] Added a simplified PSR-0 ClassLoader 2012-04-01 23:31:48 +02:00