1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/config/routing.yml
2012-11-16 16:25:09 -05:00

10 lines
235 B
YAML

# Structure:
#
# foo_controller:
# 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.
#