mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[feature/controller] Update routing documentation for using query string
PHPBB3-10864
This commit is contained in:
parent
53caf83233
commit
50a96a2a2d
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
||||||
# pattern: /foo
|
# pattern: /foo
|
||||||
# defaults: { _controller: foo_sevice:method }
|
# defaults: { _controller: foo_sevice:method }
|
||||||
#
|
#
|
||||||
# The above will be accessed via app.php/foo and it will instantiate the
|
# The above will be accessed via app.php?controller=foo and it will
|
||||||
# "foo_service" service and call the "method" method.
|
# instantiate the "foo_service" service and call the "method" method.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue