[HttpFoundation] Documentation.

This commit is contained in:
Drak 2012-02-16 08:34:09 +05:45
parent e585ca783d
commit dd2c4aa61f
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,17 @@ And here is how to create and send a Response:
The Request and the Response classes have many other methods that implement
the HTTP specification.
Loading
-------
If you are using PHP 5.3.x you must add the following to your autoloader:
// SessionHandlerInterface
if (!interface_exists('SessionHandlerInterface')) {
$loader->registerPrefixFallback(__DIR__.'/../vendor/symfony/src/Symfony/Component/HttpFoundation/Resources/stubs');
}
Resources
---------