Skip to content

Commit

Permalink
Merge pull request #2011 from Sgoettschkes/issue2000
Browse files Browse the repository at this point in the history
Rephrasing paragraph mentioned in #2000
  • Loading branch information
weaverryan committed Dec 13, 2012
2 parents ede4db7 + 71126b1 commit b957f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@ Almost all modern web apps do this - including apps like WordPress.
Stay Organized
~~~~~~~~~~~~~~

But inside your front controller, how do you know which page should
be rendered and how can you render each in a sane way? One way or another, you'll need to
check the incoming URI and execute different parts of your code depending
Inside your front controller, you have to figure out which code should be
executed and what the content of to return should be. To figure this out, you'll
need to check the incoming URI and execute different parts of your code depending
on that value. This can get ugly quickly::

// index.php
Expand Down

0 comments on commit b957f55

Please sign in to comment.