[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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 |
__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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |