[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/config/default/container/ -> tables.yml (source)

   1  parameters:
   2      tables.acl_groups: '%core.table_prefix%acl_groups'
   3      tables.acl_options: '%core.table_prefix%acl_options'
   4      tables.acl_roles: '%core.table_prefix%acl_roles'
   5      tables.acl_roles_data: '%core.table_prefix%acl_roles_data'
   6      tables.acl_users: '%core.table_prefix%acl_users'
   7      tables.attachments: '%core.table_prefix%attachments'
   8      tables.auth_provider_oauth_token_storage: '%core.table_prefix%oauth_tokens'
   9      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_emails: '%core.table_prefix%notification_emails'
  39      tables.notification_types: '%core.table_prefix%notification_types'
  40      tables.notifications: '%core.table_prefix%notifications'
  41      tables.poll_options: '%core.table_prefix%poll_options'
  42      tables.poll_votes: '%core.table_prefix%poll_votes'
  43      tables.posts: '%core.table_prefix%posts'
  44      tables.privmsgs: '%core.table_prefix%privmsgs'
  45      tables.privmsgs_folder: '%core.table_prefix%privmsgs_folder'
  46      tables.privmsgs_rules: '%core.table_prefix%privmsgs_rules'
  47      tables.privmsgs_to: '%core.table_prefix%privmsgs_to'
  48      tables.profile_fields: '%core.table_prefix%profile_fields'
  49      tables.profile_fields_data: '%core.table_prefix%profile_fields_data'
  50      tables.profile_fields_options_language: '%core.table_prefix%profile_fields_lang'
  51      tables.profile_fields_language: '%core.table_prefix%profile_lang'
  52      tables.ranks: '%core.table_prefix%ranks'
  53      tables.reports: '%core.table_prefix%reports'
  54      tables.reports_reasons: '%core.table_prefix%reports_reasons'
  55      tables.search_results: '%core.table_prefix%search_results'
  56      tables.search_wordlist: '%core.table_prefix%search_wordlist'
  57      tables.search_wordmatch: '%core.table_prefix%search_wordmatch'
  58      tables.sessions: '%core.table_prefix%sessions'
  59      tables.sessions_keys: '%core.table_prefix%sessions_keys'
  60      tables.sitelist: '%core.table_prefix%sitelist'
  61      tables.smilies: '%core.table_prefix%smilies'
  62      tables.sphinx: '%core.table_prefix%sphinx'
  63      tables.styles: '%core.table_prefix%styles'
  64      tables.styles_template: '%core.table_prefix%styles_template'
  65      tables.styles_template_data: '%core.table_prefix%styles_template_data'
  66      tables.styles_theme: '%core.table_prefix%styles_theme'
  67      tables.styles_imageset: '%core.table_prefix%styles_imageset'
  68      tables.styles_imageset_data: '%core.table_prefix%styles_imageset_data'
  69      tables.teampage: '%core.table_prefix%teampage'
  70      tables.topics: '%core.table_prefix%topics'
  71      tables.topics_posted: '%core.table_prefix%topics_posted'
  72      tables.topics_track: '%core.table_prefix%topics_track'
  73      tables.topics_watch: '%core.table_prefix%topics_watch'
  74      tables.user_group: '%core.table_prefix%user_group'
  75      tables.user_notifications: '%core.table_prefix%user_notifications'
  76      tables.users: '%core.table_prefix%users'
  77      tables.warnings: '%core.table_prefix%warnings'
  78      tables.words: '%core.table_prefix%words'
  79      tables.zebra: '%core.table_prefix%zebra'


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1