Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit81d6e20

Browse files
javiereguiluzweaverryan
authored andcommitted
[quick_tour] replaced "chapter" by "part" in some tutorial parts
1 parent50e136c commit81d6e20

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎quick_tour/the_big_picture.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Big Picture
22
===============
33

4-
Thischapter will teach you how to develop a simple Symfony2 project in 10
4+
Thisfirst part will teach you how to develop a simple Symfony2 project in 10
55
minutes! If you've used a web framework before, you should feel right at home
66
with Symfony2. If not, welcome to a whole new way of developing web applications.
77

@@ -282,8 +282,9 @@ template (or ``AcmeDemoBundle:Demo:hello.html.twig`` if you use the logical name
282282
{% endblock %}
283283
284284
By default, Symfony2 uses `Twig <http://twig.sensiolabs.org/>` as its template
285-
engine but you can also use traditional PHP templates if you choose. The next
286-
chapter will introduce how templates work in Symfony2.
285+
engine but you can also use traditional PHP templates if you choose. The
286+
:doc:`second part of this tutorial</quick_tour/the_view>` will introduce how
287+
templates work in Symfony2.
287288

288289
Bundles
289290
~~~~~~~
@@ -294,7 +295,7 @@ bundles. In Symfony2 speak, a bundle is a structured set of files (PHP files,
294295
stylesheets, JavaScripts, images, ...) that implements a single feature (a
295296
blog, a forum, ...) and which can be easily shared with other developers. As
296297
of now, you have manipulated one bundle, ``AcmeDemoBundle``. You will learn
297-
more about bundles in the:doc:`lastchapter of this tutorial</quick_tour/the_architecture>`.
298+
more about bundles in the:doc:`lastpart of this tutorial</quick_tour/the_architecture>`.
298299

299300
.. _quick-tour-big-picture-environments:
300301

‎quick_tour/the_view.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The View
22
========
33

4-
In this secondchapter, you will learn more about `Twig`_, the fast, flexible,
4+
In this secondpart, you will learn more about `Twig`_, the fast, flexible,
55
and secure template engine for PHP. Twig makes your templates more readable and
66
concise; it also makes them more friendly for web designers.
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp