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

Rephrasing paragraph mentioned in #2000#2011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 1 commit intosymfony:2.0fromSgoettschkes:issue2000
Dec 13, 2012
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionsbook/http_fundamentals.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -357,9 +357,9 @@ Almost all modern web apps do this - including apps like WordPress.
Stay Organized
~~~~~~~~~~~~~~

But insideyour front controller,how do you knowwhichpage should
be renderedandhow can you render each in a sane way? One way or another, you'llneed to
check the incoming URI and execute different parts of your code depending
Insideyour front controller,you have to figure outwhichcode should be
executedandwhat the content of to return should be. To figure this out, you'll
need tocheck the incoming URI and execute different parts of your code depending
on that value. This can get ugly quickly::

// index.php
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp