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

Appearance settings

Commit 341317a

Browse filesBrowse 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
Copy full SHA for 341317a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed

‎page_creation.rst

Copy file name to clipboardExpand all lines: page_creation.rst
+1-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.