Commit 266b837b authored by Fabien Potencier's avatar Fabien Potencier

Merge branch '1.3'

* 1.3:
  fixed docs titles
parents 6efe06e6 c65ee9c0
Silex
=====
The Book
========
.. toctree::
:maxdepth: 1
......
DoctrineServiceProvider
=======================
Doctrine
========
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
<http://www.doctrine-project.org/projects/dbal>`_ for easy database access
......
FormServiceProvider
===================
Form
====
The *FormServiceProvider* provides a service for building forms in
your application with the Symfony Form component.
......
HttpCacheServiceProvider
========================
HTTP Cache
==========
The *HttpCacheServiceProvider* provides support for the Symfony Reverse
Proxy.
......
HttpFragmentServiceProvider
===========================
HTTP Fragment
=============
The *HttpFragmentServiceProvider* provides support for the Symfony fragment
sub-framework, which allows you to embed fragments of HTML in a template.
......
Silex
=====
Built-in Service Providers
==========================
.. toctree::
:maxdepth: 1
......
MonologServiceProvider
======================
Monolog
=======
The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
......
RememberMeServiceProvider
=========================
Remember Me
===========
The *RememberMeServiceProvider* adds "Remember-Me" authentication to the
*SecurityServiceProvider*.
......
SecurityServiceProvider
=======================
Security
========
The *SecurityServiceProvider* manages authentication and authorization for
your applications.
......
SerializerServiceProvider
===========================
Serializer
==========
The *SerializerServiceProvider* provides a service for serializing objects.
......
ServiceControllerServiceProvider
================================
Service Controllers
===================
As your Silex application grows, you may wish to begin organizing your
controllers in a more formal fashion. Silex can use controller classes out of
......
SessionServiceProvider
======================
Session
=======
The *SessionServiceProvider* provides a service for storing data persistently
between requests.
......
SwiftmailerServiceProvider
==========================
Swiftmailer
===========
The *SwiftmailerServiceProvider* provides a service for sending email through
the `Swift Mailer <http://swiftmailer.org>`_ library.
......
TranslationServiceProvider
==========================
Translation
===========
The *TranslationServiceProvider* provides a service for translating your
application into different languages.
......
TwigServiceProvider
===================
Twig
====
The *TwigServiceProvider* provides integration with the `Twig
<http://twig.sensiolabs.org/>`_ template engine.
......
ValidatorServiceProvider
========================
Validator
=========
The *ValidatorServiceProvider* provides a service for validating data. It is
most useful when used with the *FormServiceProvider*, but can also be used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment