Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

routing.yml

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 511.00 Bytes


01  # Structure:
02  #
03  # foo_controller:
04  #     path: /foo
05  #     defaults: { _controller: foo_sevice:method }
06  #
07  # The above will be accessed via app.php?controller=foo and it will
08  # instantiate the 'foo_service' service and call the 'method' method.
09  #
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
25