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

Commit459b1a1

Browse files
committed
Merge branch '2.0' into 2.1
2 parentsdd088d0 +95fcba2 commit459b1a1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎quick_tour/the_big_picture.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ is the developer's best friend.
419419
..image::/images/quick_tour/web_debug_toolbar.png
420420
:align:center
421421

422-
But what you see initially is only the tip of the iceberg; click on theweird
423-
hexadecimal number to reveal yet another very useful Symfony2 debugging tool:
424-
the profiler.
422+
But what you see initially is only the tip of the iceberg; click on thelong
423+
hexadecimal number(the session token)to reveal yet another very useful
424+
Symfony2 debugging tool:the profiler.
425425

426426
..image::/images/quick_tour/profiler.png
427427
:align:center
@@ -433,7 +433,10 @@ the profiler.
433433

434434
Of course, you won't want to show these tools when you deploy your application
435435
to production. That's why you will find another front controller in the
436-
``web/`` directory (``app.php``), which is optimized for the production environment:
436+
``web/`` directory (``app.php``), which is optimized for the production environment.
437+
The ``AcmeDemoBundle`` is normally only available in the dev environment (see
438+
the note below), but if you were to add it to the production environment, you
439+
could go here:
437440

438441
..code-block::text
439442
@@ -446,7 +449,7 @@ And if you use Apache with ``mod_rewrite`` enabled, you can even omit the
446449
447450
http://localhost/demo/hello/Fabien
448451
449-
Last but not least, ontheproduction servers, you should point your web root
452+
Last but not least, on production servers, you should point your web root
450453
directory to the ``web/`` directory to secure your installation and have an
451454
even better looking URL:
452455

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp