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
100e3dc2
Commit
100e3dc2
authored
Apr 05, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] style adjustment
parent
4e1ce729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/usage.rst
doc/usage.rst
+2
-2
No files found.
doc/usage.rst
View file @
100e3dc2
...
...
@@ -27,7 +27,7 @@ The use statement aliases ``Silex\Application`` to ``Application``.
One other thing you have to do is configure your web server. If you
are using apache you can use a ``.htaccess`` file for this.
.. code-block::
text
.. code-block::
apache
<IfModule mod_rewrite.c>
RewriteEngine On
...
...
@@ -254,7 +254,7 @@ You can also chain these calls::
->assert('commentId', '\d+');
Named routes
~~~~~~~~~~~~
~~~
~~~~~~~~~~~~
Certain extensions (such as ``UrlGenerator``) can make use of named routes.
By default Silex will generate a route name for you, that cannot really be
...
...
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