Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c0037e

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

File tree

Expand file treeCollapse file tree

3 files changed

+16
-9
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+16
-9
lines changed

‎quick_tour/the_architecture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_architecture.rst
+5-3Lines 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

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+6-3Lines 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

Copy file name to clipboardExpand all lines: quick_tour/the_view.rst
+5-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.