File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,16 @@ Fabien!``).
101
101
Configuration
102
102
~~~~~~~~~~~~~
103
103
104
- But how does Symfony2 route the request to your code? Simply by reading some
105
- configuration file.
104
+ Symfony2 routes the request to your code by using a configuration file.
106
105
107
- All Symfony2 configuration files can be written in either PHP, XML, or `YAML `_
108
- (YAML is a simple format that makes the description of configuration settings
106
+ All Symfony2 configuration files can be written in PHP, XML or `YAML`_(YAML is
107
+ a simple format that makes the description of configuration settings
109
108
straightforward).
110
109
111
110
.. tip ::
112
111
113
112
The sandbox defaults to YAML, but you can easily switch to XML or PHP by
114
- editing the ``app/AppKernel.php `` file. You can switch now by looking at
115
- the bottom of this file for instructions (the tutorials show the
116
- configuration for all supported formats).
113
+ editing the ``app/AppKernel.php `` file.
117
114
118
115
.. index ::
119
116
single: Routing
You can’t perform that action at this time.
0 commit comments