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
f683583b
Commit
f683583b
authored
Feb 19, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked previous merge
parent
94d9da5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doc/usage.rst
doc/usage.rst
+2
-4
No files found.
doc/usage.rst
View file @
f683583b
...
@@ -242,10 +242,8 @@ methods on your application: ``get``, ``post``, ``put``, ``delete``::
...
@@ -242,10 +242,8 @@ methods on your application: ``get``, ``post``, ``put``, ``delete``::
<input type="hidden" id="_method" name="_method" value="PUT" />
<input type="hidden" id="_method" name="_method" value="PUT" />
</form>
</form>
.. note::
If using Symfony Components 2.2+ you will need to explicitly enable this
method override::
If using Symfony Components >= 2.2.0 you will need to explicitly enable this
method override::
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Request;
...
...
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