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

Commit71126b1

Browse files
committed
Rephrasing paragraph to make it better understandable
1 parentb1eb34a commit71126b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎book/http_fundamentals.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ Almost all modern web apps do this - including apps like WordPress.
357357
Stay Organized
358358
~~~~~~~~~~~~~~
359359

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

365365
// index.php

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp