File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Original file line number Diff line number Diff line change 1
1
Introduction
2
2
============
3
3
4
- Symfony2 is a reusable set of standalone, decoupled, and cohesive PHP
4
+ ` Symfony2 `_ is a reusable set of standalone, decoupled, and cohesive PHP
5
5
components that solve common web development problems.
6
6
7
7
Instead of using these low-level components, you can use the ready-to-be-used
@@ -150,6 +150,7 @@ start with the simplest web application we can think of in PHP::
150
150
That's all for the first part of this series. Next time, we will introduce the
151
151
HttpFoundation Component and see what it brings us.
152
152
153
+ .. _`Symfony2` : http://symfony.com/
153
154
.. _`documentation` : http://symfony.com/doc
154
155
.. _`Silex` : http://silex.sensiolabs.org/
155
156
.. _`autoload` : http://fr.php.net/autoload
Original file line number Diff line number Diff line change @@ -254,9 +254,10 @@ great details, but hopefully it gives you enough information to get started on
254
254
your own and to better understand how the Symfony2 framework works internally.
255
255
256
256
If you want to learn more, I highly recommend you to read the source code of
257
- the Silex micro-framework, and especially its `Application `_ class.
257
+ the ` Silex `_ micro-framework, and especially its `Application `_ class.
258
258
259
259
Have fun!
260
260
261
261
.. _`Pimple` : https://github.com/fabpot/Pimple
262
+ .. _`Silex` : https://silex.sensiolabs.org/
262
263
.. _`Application` : https://github.com/fabpot/Silex/blob/master/src/Silex/Application.php
You can’t perform that action at this time.
0 commit comments