File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +16
-9
lines changed
Original file line number Diff line number Diff line change 1
1
The Architecture
2
2
================
3
3
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.
7
9
8
10
Understanding the Directory Structure
9
11
-------------------------------------
Original file line number Diff line number Diff line change 1
1
The Big Picture
2
2
===============
3
3
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.
7
10
8
11
Installing Symfony2
9
12
-------------------
Original file line number Diff line number Diff line change 1
1
The View
2
2
========
3
3
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.
7
9
8
10
Getting familiar with Twig
9
11
--------------------------
You can’t perform that action at this time.
0 commit comments