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/Component/HttpKernel
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
..
Bundle [HttpKernel] added back Bundle::getName() as it is quite useful 2011-01-21 09:45:37 +01:00
CacheWarmer added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00
Controller [HttpKernel] fixed typo in phpdoc 2011-01-23 12:10:45 +01:00
DataCollector moved security related things to a new SecurityBundle (the Security component is left unchanged) 2011-01-26 19:10:54 +01:00
Debug changed the EventDispatcher and Event interfaces 2011-01-26 08:41:59 +01:00
DependencyInjection added an autoloader that uses a class map 2011-01-27 16:30:58 +01:00
Exception normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
HttpCache [HttpKernel] removed obsolete code 2011-01-26 21:51:35 +01:00
Log normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Profiler added two interfaces: EventInterface and EventDispatcherInterface 2011-01-25 14:23:32 +01:00
Resources/bin added an autoloader that uses a class map 2011-01-27 16:30:58 +01:00
Test normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
bootstrap.php added an autoloader that uses a class map 2011-01-27 16:30:58 +01:00
Client.php fixed previous commit 2011-01-27 13:58:21 +01:00
HttpKernel.php changed the EventDispatcher and Event interfaces 2011-01-26 08:41:59 +01:00
HttpKernelInterface.php adds scope to the DI container 2011-01-22 15:20:50 +01:00
Kernel.php [HttpKernel] fixed phpdoc 2011-01-27 16:30:58 +01:00
KernelInterface.php [HttpKernel] fixed phpdoc 2011-01-27 16:30:58 +01:00
ResponseListener.php added two interfaces: EventInterface and EventDispatcherInterface 2011-01-25 14:23:32 +01:00