Skip to content

Postpone talk about front controllers #8170

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2017
Merged
Changes from all 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
7 changes: 1 addition & 6 deletions page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ random) number and prints it. To do that, create a "Controller class" and a
Before diving into this, test it out! If you are using PHP's internal web server
go to:

http://localhost:8000/app_dev.php/lucky/number

.. tip::

If you're using the built-in PHP web-server, you can omit the ``app_dev.php``
part of the URL.
http://localhost:8000/lucky/number

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