mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 08:12:17 +02:00
[feature/controller] Update routing documentation for using query string
PHPBB3-10864
This commit is contained in:
parent
53caf83233
commit
50a96a2a2d
@ -4,6 +4,6 @@
|
||||
# pattern: /foo
|
||||
# defaults: { _controller: foo_sevice:method }
|
||||
#
|
||||
# The above will be accessed via app.php/foo and it will instantiate the
|
||||
# "foo_service" service and call the "method" method.
|
||||
# The above will be accessed via app.php?controller=foo and it will
|
||||
# instantiate the "foo_service" service and call the "method" method.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user