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

tables.yml

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


01  parameters:
02      tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens
03      tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts
04      tables.captcha_qa_questions: %core.table_prefix%captcha_questions
05      tables.captcha_qa_answers: %core.table_prefix%captcha_answers
06      tables.captcha_qa_confirm: %core.table_prefix%qa_confirm
07      tables.config: %core.table_prefix%config
08      tables.config_text: %core.table_prefix%config_text
09      tables.ext: %core.table_prefix%ext
10      tables.forums: %core.table_prefix%forums
11      tables.log: %core.table_prefix%log
12      tables.migrations: %core.table_prefix%migrations
13      tables.modules: %core.table_prefix%modules
14      tables.notification_types: %core.table_prefix%notification_types
15      tables.notifications: %core.table_prefix%notifications
16      tables.profile_fields: %core.table_prefix%profile_fields
17      tables.profile_fields_data: %core.table_prefix%profile_fields_data
18      tables.profile_fields_options_language: %core.table_prefix%profile_fields_lang
19      tables.profile_fields_language: %core.table_prefix%profile_lang
20      tables.posts: %core.table_prefix%posts
21      tables.topics: %core.table_prefix%topics
22      tables.user_notifications: %core.table_prefix%user_notifications
23      tables.users: %core.table_prefix%users
24