Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
c65ee9c0
Commit
c65ee9c0
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs titles
parent
895ae468
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
34 additions
and
34 deletions
+34
-34
doc/index.rst
doc/index.rst
+2
-2
doc/providers/doctrine.rst
doc/providers/doctrine.rst
+2
-2
doc/providers/form.rst
doc/providers/form.rst
+2
-2
doc/providers/http_cache.rst
doc/providers/http_cache.rst
+2
-2
doc/providers/http_fragment.rst
doc/providers/http_fragment.rst
+2
-2
doc/providers/index.rst
doc/providers/index.rst
+2
-2
doc/providers/monolog.rst
doc/providers/monolog.rst
+2
-2
doc/providers/remember_me.rst
doc/providers/remember_me.rst
+2
-2
doc/providers/security.rst
doc/providers/security.rst
+2
-2
doc/providers/serializer.rst
doc/providers/serializer.rst
+2
-2
doc/providers/service_controller.rst
doc/providers/service_controller.rst
+2
-2
doc/providers/session.rst
doc/providers/session.rst
+2
-2
doc/providers/swiftmailer.rst
doc/providers/swiftmailer.rst
+2
-2
doc/providers/translation.rst
doc/providers/translation.rst
+2
-2
doc/providers/twig.rst
doc/providers/twig.rst
+2
-2
doc/providers/url_generator.rst
doc/providers/url_generator.rst
+2
-2
doc/providers/validator.rst
doc/providers/validator.rst
+2
-2
No files found.
doc/index.rst
View file @
c65ee9c0
Silex
The Book
=====
=====
===
.. toctree::
.. toctree::
:maxdepth: 1
:maxdepth: 1
...
...
doc/providers/doctrine.rst
View file @
c65ee9c0
Doctrine
ServiceProvider
Doctrine
========
===============
========
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
<http://www.doctrine-project.org/projects/dbal>`_ for easy database access
<http://www.doctrine-project.org/projects/dbal>`_ for easy database access
...
...
doc/providers/form.rst
View file @
c65ee9c0
Form
ServiceProvider
Form
====
===============
====
The *FormServiceProvider* provides a service for building forms in
The *FormServiceProvider* provides a service for building forms in
your application with the Symfony Form component.
your application with the Symfony Form component.
...
...
doc/providers/http_cache.rst
View file @
c65ee9c0
H
ttpCacheServiceProvider
H
TTP Cache
==========
==============
==========
The *HttpCacheServiceProvider* provides support for the Symfony Reverse
The *HttpCacheServiceProvider* provides support for the Symfony Reverse
Proxy.
Proxy.
...
...
doc/providers/http_fragment.rst
View file @
c65ee9c0
H
ttpFragmentServiceProvider
H
TTP Fragment
=============
==============
=============
The *HttpFragmentServiceProvider* provides support for the Symfony fragment
The *HttpFragmentServiceProvider* provides support for the Symfony fragment
sub-framework, which allows you to embed fragments of HTML in a template.
sub-framework, which allows you to embed fragments of HTML in a template.
...
...
doc/providers/index.rst
View file @
c65ee9c0
Silex
Built-in Service Providers
=====
=====
=====================
.. toctree::
.. toctree::
:maxdepth: 1
:maxdepth: 1
...
...
doc/providers/monolog.rst
View file @
c65ee9c0
Monolog
ServiceProvider
Monolog
=======
===============
=======
The *MonologServiceProvider* provides a default logging mechanism through
The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
...
...
doc/providers/remember_me.rst
View file @
c65ee9c0
Remember
MeServiceProvider
Remember
Me
===========
==============
===========
The *RememberMeServiceProvider* adds "Remember-Me" authentication to the
The *RememberMeServiceProvider* adds "Remember-Me" authentication to the
*SecurityServiceProvider*.
*SecurityServiceProvider*.
...
...
doc/providers/security.rst
View file @
c65ee9c0
Security
ServiceProvider
Security
========
===============
========
The *SecurityServiceProvider* manages authentication and authorization for
The *SecurityServiceProvider* manages authentication and authorization for
your applications.
your applications.
...
...
doc/providers/serializer.rst
View file @
c65ee9c0
Serializer
ServiceProvider
Serializer
==========
=================
==========
The *SerializerServiceProvider* provides a service for serializing objects.
The *SerializerServiceProvider* provides a service for serializing objects.
...
...
doc/providers/service_controller.rst
View file @
c65ee9c0
Service
ControllerServiceProvider
Service
Controllers
===================
=============
===================
As your Silex application grows, you may wish to begin organizing your
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
controllers in a more formal fashion. Silex can use controller classes out of
...
...
doc/providers/session.rst
View file @
c65ee9c0
Session
ServiceProvider
Session
=======
===============
=======
The *SessionServiceProvider* provides a service for storing data persistently
The *SessionServiceProvider* provides a service for storing data persistently
between requests.
between requests.
...
...
doc/providers/swiftmailer.rst
View file @
c65ee9c0
Swiftmailer
ServiceProvider
Swiftmailer
===========
===============
===========
The *SwiftmailerServiceProvider* provides a service for sending email through
The *SwiftmailerServiceProvider* provides a service for sending email through
the `Swift Mailer <http://swiftmailer.org>`_ library.
the `Swift Mailer <http://swiftmailer.org>`_ library.
...
...
doc/providers/translation.rst
View file @
c65ee9c0
Translation
ServiceProvider
Translation
===========
===============
===========
The *TranslationServiceProvider* provides a service for translating your
The *TranslationServiceProvider* provides a service for translating your
application into different languages.
application into different languages.
...
...
doc/providers/twig.rst
View file @
c65ee9c0
Twig
ServiceProvider
Twig
====
===============
====
The *TwigServiceProvider* provides integration with the `Twig
The *TwigServiceProvider* provides integration with the `Twig
<http://twig.sensiolabs.org/>`_ template engine.
<http://twig.sensiolabs.org/>`_ template engine.
...
...
doc/providers/url_generator.rst
View file @
c65ee9c0
U
rlGeneratorServiceProvide
r
U
RL Generato
r
=============
==============
=============
The *UrlGeneratorServiceProvider* provides a service for generating URLs for
The *UrlGeneratorServiceProvider* provides a service for generating URLs for
named routes.
named routes.
...
...
doc/providers/validator.rst
View file @
c65ee9c0
Validator
ServiceProvider
Validator
=========
===============
=========
The *ValidatorServiceProvider* provides a service for validating data. It is
The *ValidatorServiceProvider* provides a service for validating data. It is
most useful when used with the *FormServiceProvider*, but can also be used
most useful when used with the *FormServiceProvider*, but can also be used
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment