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
79d40aed
Commit
79d40aed
authored
Feb 07, 2013
by
Victor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement feedback
parent
4e36a6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/usage.rst
doc/usage.rst
+1
-1
No files found.
doc/usage.rst
View file @
79d40aed
...
@@ -171,7 +171,7 @@ Now, you can create another controller for viewing individual blog posts::
...
@@ -171,7 +171,7 @@ Now, you can create another controller for viewing individual blog posts::
This route definition has a variable ``{id}`` part which is passed to the
This route definition has a variable ``{id}`` part which is passed to the
closure.
closure.
The current ``
a
pplication`` is automatically injected by Silex to the Closure
The current ``
A
pplication`` is automatically injected by Silex to the Closure
thanks to the type hinting.
thanks to the type hinting.
When the post does not exist, we are using ``abort()`` to stop the request
When the post does not exist, we are using ``abort()`` to stop the 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