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
266b837b
Commit
266b837b
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3'
* 1.3: fixed docs titles
parents
6efe06e6
c65ee9c0
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
32 additions
and
32 deletions
+32
-32
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/validator.rst
doc/providers/validator.rst
+2
-2
No files found.
doc/index.rst
View file @
266b837b
Silex
=====
The Book
=====
===
.. toctree::
:maxdepth: 1
...
...
doc/providers/doctrine.rst
View file @
266b837b
Doctrine
ServiceProvider
========
===============
Doctrine
========
The *DoctrineServiceProvider* provides integration with the `Doctrine DBAL
<http://www.doctrine-project.org/projects/dbal>`_ for easy database access
...
...
doc/providers/form.rst
View file @
266b837b
Form
ServiceProvider
====
===============
Form
====
The *FormServiceProvider* provides a service for building forms in
your application with the Symfony Form component.
...
...
doc/providers/http_cache.rst
View file @
266b837b
H
ttpCacheServiceProvider
==========
==============
H
TTP Cache
==========
The *HttpCacheServiceProvider* provides support for the Symfony Reverse
Proxy.
...
...
doc/providers/http_fragment.rst
View file @
266b837b
H
ttpFragmentServiceProvider
=============
==============
H
TTP Fragment
=============
The *HttpFragmentServiceProvider* provides support for the Symfony fragment
sub-framework, which allows you to embed fragments of HTML in a template.
...
...
doc/providers/index.rst
View file @
266b837b
Silex
=====
Built-in Service Providers
=====
=====================
.. toctree::
:maxdepth: 1
...
...
doc/providers/monolog.rst
View file @
266b837b
Monolog
ServiceProvider
=======
===============
Monolog
=======
The *MonologServiceProvider* provides a default logging mechanism through
Jordi Boggiano's `Monolog <https://github.com/Seldaek/monolog>`_ library.
...
...
doc/providers/remember_me.rst
View file @
266b837b
Remember
MeServiceProvider
===========
==============
Remember
Me
===========
The *RememberMeServiceProvider* adds "Remember-Me" authentication to the
*SecurityServiceProvider*.
...
...
doc/providers/security.rst
View file @
266b837b
Security
ServiceProvider
========
===============
Security
========
The *SecurityServiceProvider* manages authentication and authorization for
your applications.
...
...
doc/providers/serializer.rst
View file @
266b837b
Serializer
ServiceProvider
==========
=================
Serializer
==========
The *SerializerServiceProvider* provides a service for serializing objects.
...
...
doc/providers/service_controller.rst
View file @
266b837b
Service
ControllerServiceProvider
===================
=============
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
...
...
doc/providers/session.rst
View file @
266b837b
Session
ServiceProvider
=======
===============
Session
=======
The *SessionServiceProvider* provides a service for storing data persistently
between requests.
...
...
doc/providers/swiftmailer.rst
View file @
266b837b
Swiftmailer
ServiceProvider
===========
===============
Swiftmailer
===========
The *SwiftmailerServiceProvider* provides a service for sending email through
the `Swift Mailer <http://swiftmailer.org>`_ library.
...
...
doc/providers/translation.rst
View file @
266b837b
Translation
ServiceProvider
===========
===============
Translation
===========
The *TranslationServiceProvider* provides a service for translating your
application into different languages.
...
...
doc/providers/twig.rst
View file @
266b837b
Twig
ServiceProvider
====
===============
Twig
====
The *TwigServiceProvider* provides integration with the `Twig
<http://twig.sensiolabs.org/>`_ template engine.
...
...
doc/providers/validator.rst
View file @
266b837b
Validator
ServiceProvider
=========
===============
Validator
=========
The *ValidatorServiceProvider* provides a service for validating data. It is
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