[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 # Structure: 2 # 3 # foo_controller: 4 # path: /foo 5 # defaults: { _controller: foo_sevice:method } 6 # 7 # The above will be accessed via app.php?controller=foo and it will 8 # instantiate the 'foo_service' service and call the 'method' method. 9 # 10 11 phpbb_feed_routing: 12 resource: feed.yml 13 prefix: /feed 14 15 phpbb_feed_index: 16 path: /feed 17 defaults: { _controller: phpbb.feed.controller:overall } 18 19 phpbb_help_routing: 20 resource: help.yml 21 prefix: /help 22 23 phpbb_report_routing: 24 resource: report.yml
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |