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/Bundle/FrameworkBundle/Resources
Fabien Potencier 2509c9da4b added an autoloader that uses a class map
A class in Symfony2 can be loaded by four different mechanisms:

 * bootstrap.php: This file contains classes that are always required and
   needed very early in the request handling;

 * classes.php: This file contains classes that are always required and
   managed by extensions via addClassesToCompile();

 * MapFileClassLoader: This autoloader uses a map of class/file to load
   classes (classes are managed by extensions via addClassesToAutoloadMap(),
   and should contain often used classes);

 * UniversalAutolaoder: This autoloader loads all other classes (it's the
   slowest one).
2011-01-27 16:30:58 +01:00
..
config added an autoloader that uses a class map 2011-01-27 16:30:58 +01:00
public/css [FrameworkBundle] fixed exception styles 2010-09-08 13:54:02 +02:00
skeleton/bundle Template rename fix files 2011-01-21 15:06:10 +01:00
translations [FrameworkBundle] added error messages from the Form Component in the default validators.fr.xliff 2010-09-27 16:14:53 +02:00
views [FrameworkBundle] mode include tag filenames fixes 2011-01-24 19:33:43 +01:00