Skip to content

Commit 7c0037e

Browse files
javiereguiluzweaverryan
authored andcommitted
Restored all the original introductions for each tutorial part
1 parent cb98a6c commit 7c0037e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

quick_tour/the_architecture.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
The Architecture
22
================
33

4-
The first three parts of this tutorial didn't look too deeply at the
5-
architecture of the framework. Because it makes Symfony2 stand apart from the
6-
framework crowd, let's dive into the architecture now.
4+
You are my hero! Who would have thought that you would still be here after the
5+
first three parts? Your efforts will be well rewarded soon. The first three
6+
parts didn't look too deeply at the architecture of the framework. Because it
7+
makes Symfony2 stand apart from the framework crowd, let's dive into the
8+
architecture now.
79

810
Understanding the Directory Structure
911
-------------------------------------

quick_tour/the_big_picture.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
The Big Picture
22
===============
33

4-
This first part will teach you how to develop a simple Symfony2 project in 10
5-
minutes! If you've used a web framework before, you should feel right at home
6-
with Symfony2. If not, welcome to a whole new way of developing web applications.
4+
Start using Symfony2 in 10 minutes! This chapter will walk you through some of
5+
the most important concepts behind Symfony2 and explain how you can get started
6+
quickly by showing you a simple project in action.
7+
8+
If you've used a web framework before, you should feel right at home with
9+
Symfony2. If not, welcome to a whole new way of developing web applications.
710

811
Installing Symfony2
912
-------------------

quick_tour/the_view.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
The View
22
========
33

4-
In this second part, you will learn more about `Twig`_, the fast, flexible,
5-
and secure template engine for PHP. Twig makes your templates more readable and
6-
concise; it also makes them more friendly for web designers.
4+
After reading the first part of this tutorial, you have decided that Symfony2
5+
was worth another 10 minutes. In this second part, you will learn more about
6+
`Twig`_, the fast, flexible, and secure template engine for PHP. Twig makes your
7+
templates more readable and concise; it also makes them more friendly for web
8+
designers.
79

810
Getting familiar with Twig
911
--------------------------

0 commit comments

Comments
 (0)