[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/db/migration/ -> migration.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 166 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  __construct()
  depends_on()
  effectively_installed()
  update_schema()
  revert_schema()
  update_data()
  revert_data()
  sql_query()
  get_queries()

Functions
Functions that are not part of a class:

__construct(\phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\db\tools\tools_interface $db_tools, $phpbb_root_path, $php_ext, $table_prefix)   X-Ref
Constructor

param: \phpbb\config\config $config
param: \phpbb\db\driver\driver_interface $db
param: \phpbb\db\tools\tools_interface $db_tools
param: string $phpbb_root_path
param: string $php_ext
param: string $table_prefix

depends_on()   X-Ref
{@inheritdoc}


effectively_installed()   X-Ref
{@inheritdoc}


update_schema()   X-Ref
{@inheritdoc}


revert_schema()   X-Ref
{@inheritdoc}


update_data()   X-Ref
{@inheritdoc}


revert_data()   X-Ref
{@inheritdoc}


sql_query($sql)   X-Ref
Wrapper for running queries to generate user feedback on updates

param: string $sql SQL query to run on the database
return: mixed Query result from db->sql_query()

get_queries()   X-Ref
Get the list of queries run

return: array



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1