Skip to content

Commit 341317a

Browse files
committed
minor #8170 Postpone talk about front controllers (luka-zitnik)
This PR was merged into the 2.7 branch. Discussion ---------- Postpone talk about front controllers Commits ------- 40d4ae5 Postpone talk about front controllers
2 parents 7b561a6 + 40d4ae5 commit 341317a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

page_creation.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ random) number and prints it. To do that, create a "Controller class" and a
6363
Before diving into this, test it out! If you are using PHP's internal web server
6464
go to:
6565

66-
http://localhost:8000/app_dev.php/lucky/number
67-
68-
.. tip::
69-
70-
If you're using the built-in PHP web-server, you can omit the ``app_dev.php``
71-
part of the URL.
66+
http://localhost:8000/lucky/number
7267

7368
If you see a lucky number being printed back to you, congratulations! But before
7469
you run off to play the lottery, check out how this works. Remember the two steps

0 commit comments

Comments
 (0)