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
79935872
Commit
79935872
authored
May 16, 2016
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs
parent
166e32ba
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
doc/cookbook/index.rst
doc/cookbook/index.rst
+1
-2
doc/providers/index.rst
doc/providers/index.rst
+2
-0
doc/providers/security.rst
doc/providers/security.rst
+1
-1
doc/providers/twig.rst
doc/providers/twig.rst
+1
-1
doc/services.rst
doc/services.rst
+1
-1
No files found.
doc/cookbook/index.rst
View file @
79935872
...
@@ -14,6 +14,7 @@ The cookbook section contains recipes for solving specific problems.
...
@@ -14,6 +14,7 @@ The cookbook section contains recipes for solving specific problems.
sub_requests
sub_requests
error_handler
error_handler
multiple_loggers
multiple_loggers
guard_authentication
Recipes
Recipes
-------
-------
...
@@ -35,5 +36,3 @@ Recipes
...
@@ -35,5 +36,3 @@ Recipes
* :doc:`Converting Errors to Exceptions <error_handler>`.
* :doc:`Converting Errors to Exceptions <error_handler>`.
* :doc:`Using multiple Monolog Loggers <multiple_loggers>`.
* :doc:`Using multiple Monolog Loggers <multiple_loggers>`.
* :doc:`Managing Assets in Templates <assets>`.
doc/providers/index.rst
View file @
79935872
...
@@ -8,11 +8,13 @@ Silex
...
@@ -8,11 +8,13 @@ Silex
monolog
monolog
session
session
swiftmailer
swiftmailer
locale
translation
translation
twig
twig
asset
asset
validator
validator
form
form
csrf
http_cache
http_cache
http_fragment
http_fragment
security
security
...
...
doc/providers/security.rst
View file @
79935872
...
@@ -647,7 +647,7 @@ Symfony `cookbook`_.
...
@@ -647,7 +647,7 @@ Symfony `cookbook`_.
The Guard component simplifies the creation of custom authentication
The Guard component simplifies the creation of custom authentication
providers. :doc:`How to Create a Custom Authentication System with Guard
providers. :doc:`How to Create a Custom Authentication System with Guard
<cookbook/guard_authentication>`
<
/
cookbook/guard_authentication>`
Stateless Authentication
Stateless Authentication
~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
doc/providers/twig.rst
View file @
79935872
...
@@ -117,7 +117,7 @@ Global Variable
...
@@ -117,7 +117,7 @@ Global Variable
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
When the Twig bridge is available, the ``global`` variable refers to an
When the Twig bridge is available, the ``global`` variable refers to an
instance of `AppVariable <http://api.symfony.com/master/Symfony/Bridge/Twig/AppVariable.html
>`_.
instance of `AppVariable <http://api.symfony.com/master/Symfony/Bridge/Twig/AppVariable.html>`_.
It gives access to the following methods:
It gives access to the following methods:
.. code-block:: jinja
.. code-block:: jinja
...
...
doc/services.rst
View file @
79935872
...
@@ -209,7 +209,7 @@ Silex defines a range of services.
...
@@ -209,7 +209,7 @@ Silex defines a range of services.
Request as input and returns a Response as output.
Request as input and returns a Response as output.
* **request_context**: The request context is a simplified representation of
* **request_context**: The request context is a simplified representation of
the request that is used by the
Router and the :doc:`UrlGenerator </providers/url_generator.rst>`
.
the request that is used by the
router and the URL generator
.
* **exception_handler**: The Exception handler is the default handler that is
* **exception_handler**: The Exception handler is the default handler that is
used when you don't register one via the ``error()`` method or if your
used when you don't register one via the ``error()`` method or if your
...
...
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