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

tables.yml

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 4.33 KiB


01  parameters:
02      tables.acl_groups: '%core.table_prefix%acl_groups'
03      tables.acl_options: '%core.table_prefix%acl_options'
04      tables.acl_roles: '%core.table_prefix%acl_roles'
05      tables.acl_roles_data: '%core.table_prefix%acl_roles_data'
06      tables.acl_users: '%core.table_prefix%acl_users'
07      tables.attachments: '%core.table_prefix%attachments'
08      tables.auth_provider_oauth_token_storage: '%core.table_prefix%oauth_tokens'
09      tables.auth_provider_oauth_states: '%core.table_prefix%oauth_states'
10      tables.auth_provider_oauth_account_assoc: '%core.table_prefix%oauth_accounts'
11      tables.banlist: '%core.table_prefix%banlist'
12      tables.bbcodes: '%core.table_prefix%bbcodes'
13      tables.bookmarks: '%core.table_prefix%bookmarks'
14      tables.bots: '%core.table_prefix%bots'
15      tables.captcha_qa_questions: '%core.table_prefix%captcha_questions'
16      tables.captcha_qa_answers: '%core.table_prefix%captcha_answers'
17      tables.captcha_qa_confirm: '%core.table_prefix%qa_confirm'
18      tables.config: '%core.table_prefix%config'
19      tables.config_text: '%core.table_prefix%config_text'
20      tables.confirm: '%core.table_prefix%confirm'
21      tables.disallow: '%core.table_prefix%disallow'
22      tables.drafts: '%core.table_prefix%drafts'
23      tables.ext: '%core.table_prefix%ext'
24      tables.extensions: '%core.table_prefix%extensions'
25      tables.extension_groups: '%core.table_prefix%extension_groups'
26      tables.forums: '%core.table_prefix%forums'
27      tables.forums_access: '%core.table_prefix%forums_access'
28      tables.forums_track: '%core.table_prefix%forums_track'
29      tables.forums_watch: '%core.table_prefix%forums_watch'
30      tables.groups: '%core.table_prefix%groups'
31      tables.icons: '%core.table_prefix%icons'
32      tables.lang: '%core.table_prefix%lang'
33      tables.log: '%core.table_prefix%log'
34      tables.login_attempts: '%core.table_prefix%login_attempts'
35      tables.migrations: '%core.table_prefix%migrations'
36      tables.moderator_cache: '%core.table_prefix%moderator_cache'
37      tables.modules: '%core.table_prefix%modules'
38      tables.notification_types: '%core.table_prefix%notification_types'
39      tables.notifications: '%core.table_prefix%notifications'
40      tables.poll_options: '%core.table_prefix%poll_options'
41      tables.poll_votes: '%core.table_prefix%poll_votes'
42      tables.posts: '%core.table_prefix%posts'
43      tables.privmsgs: '%core.table_prefix%privmsgs'
44      tables.privmsgs_folder: '%core.table_prefix%privmsgs_folder'
45      tables.privmsgs_rules: '%core.table_prefix%privmsgs_rules'
46      tables.privmsgs_to: '%core.table_prefix%privmsgs_to'
47      tables.profile_fields: '%core.table_prefix%profile_fields'
48      tables.profile_fields_data: '%core.table_prefix%profile_fields_data'
49      tables.profile_fields_options_language: '%core.table_prefix%profile_fields_lang'
50      tables.profile_fields_language: '%core.table_prefix%profile_lang'
51      tables.ranks: '%core.table_prefix%ranks'
52      tables.reports: '%core.table_prefix%reports'
53      tables.reports_reasons: '%core.table_prefix%reports_reasons'
54      tables.search_results: '%core.table_prefix%search_results'
55      tables.search_wordlist: '%core.table_prefix%search_wordlist'
56      tables.search_wordmatch: '%core.table_prefix%search_wordmatch'
57      tables.sessions: '%core.table_prefix%sessions'
58      tables.sessions_keys: '%core.table_prefix%sessions_keys'
59      tables.sitelist: '%core.table_prefix%sitelist'
60      tables.smilies: '%core.table_prefix%smilies'
61      tables.sphinx: '%core.table_prefix%sphinx'
62      tables.styles: '%core.table_prefix%styles'
63      tables.styles_template: '%core.table_prefix%styles_template'
64      tables.styles_template_data: '%core.table_prefix%styles_template_data'
65      tables.styles_theme: '%core.table_prefix%styles_theme'
66      tables.styles_imageset: '%core.table_prefix%styles_imageset'
67      tables.styles_imageset_data: '%core.table_prefix%styles_imageset_data'
68      tables.teampage: '%core.table_prefix%teampage'
69      tables.topics: '%core.table_prefix%topics'
70      tables.topics_posted: '%core.table_prefix%topics_posted'
71      tables.topics_track: '%core.table_prefix%topics_track'
72      tables.topics_watch: '%core.table_prefix%topics_watch'
73      tables.user_group: '%core.table_prefix%user_group'
74      tables.user_notifications: '%core.table_prefix%user_notifications'
75      tables.users: '%core.table_prefix%users'
76      tables.warnings: '%core.table_prefix%warnings'
77      tables.words: '%core.table_prefix%words'
78      tables.zebra: '%core.table_prefix%zebra'
79