[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/config/ -> tables.yml (source)

   1  parameters:
   2      tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens
   3      tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts
   4      tables.captcha_qa_questions: %core.table_prefix%captcha_questions
   5      tables.captcha_qa_answers: %core.table_prefix%captcha_answers
   6      tables.captcha_qa_confirm: %core.table_prefix%qa_confirm
   7      tables.config: %core.table_prefix%config
   8      tables.config_text: %core.table_prefix%config_text
   9      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


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1