Verzeichnisstruktur phpBB-3.1.0


Veröffentlicht
27.10.2014

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

content.yml

Zuletzt modifiziert: 09.10.2024, 12:51 - Dateigröße: 1.61 KiB


01  services:
02      content.visibility:
03          class: phpbb\content_visibility
04          arguments:
05              - @auth
06              - @config
07              - @dbal.conn
08              - @user
09              - %core.root_path%
10              - %core.php_ext%
11              - %tables.forums%
12              - %tables.posts%
13              - %tables.topics%
14              - %tables.users%
15   
16      groupposition.legend:
17          class: phpbb\groupposition\legend
18          arguments:
19              - @dbal.conn
20              - @user
21   
22      groupposition.teampage:
23          class: phpbb\groupposition\teampage
24          arguments:
25              - @dbal.conn
26              - @user
27              - @cache.driver
28   
29      message.form.admin:
30          class: phpbb\message\admin_form
31          arguments:
32              - @auth
33              - @config
34              - @config_text
35              - @dbal.conn
36              - @user
37              - %core.root_path%
38              - %core.php_ext%
39   
40      message.form.topic:
41          class: phpbb\message\topic_form
42          arguments:
43              - @auth
44              - @config
45              - @dbal.conn
46              - @user
47              - %core.root_path%
48              - %core.php_ext%
49   
50      message.form.user:
51          class: phpbb\message\user_form
52          arguments:
53              - @auth
54              - @config
55              - @dbal.conn
56              - @user
57              - %core.root_path%
58              - %core.php_ext%
59   
60      pagination:
61          class: phpbb\pagination
62          arguments:
63              - @template
64              - @user
65              - @controller.helper
66              - @dispatcher
67   
68      viewonline_helper:
69          class: phpbb\viewonline_helper
70          arguments:
71              - @filesystem
72