Verzeichnisstruktur phpBB-3.3.15


Veröffentlicht
28.08.2024

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: 02.04.2025, 15:02 - Dateigröße: 633.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_cron_routing:
12      resource: cron.yml
13      prefix: /cron
14   
15  phpbb_feed_routing:
16      resource: feed.yml
17      prefix: /feed
18   
19  phpbb_feed_index:
20      path: /feed
21      defaults: { _controller: phpbb.feed.controller:overall }
22   
23  phpbb_help_routing:
24      resource: help.yml
25      prefix: /help
26   
27  phpbb_report_routing:
28      resource: report.yml
29   
30  phpbb_ucp_routing:
31      resource: ucp.yml
32      prefix: /user
33