8000 Completely re-reading the controller chapter by weaverryan · Pull Request #4433 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Completely re-reading the controller chapter #4433

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 4 commits into from
Nov 25, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Fixing build error
  • Loading branch information
weaverryan committed Nov 25, 2014
commit 903f52cfeaea737af3aad9388494aa5d43121f83
2 changes: 1 addition & 1 deletion book/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ to the controller:
return $collection;

Now, you can go to ``/hello/ryan`` (e.g. ``http://localhost:8000/app_dev.php/hello/ryan``
if you're using the :doc:`built-in web server </cookbook/webserver/built_in>`)
if you're using the :doc:`built-in web server </cookbook/web_server/built_in>`)
and Symfony will execute the ``HelloController::indexAction()`` controller
and pass in ``ryan`` for the ``$name`` variable. Creating a "page" means
simply creating a controller method and an associated route.
Expand Down
0