[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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: | 2150 lines (64 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
convert:: (1 method):
convert()
install_convert:: (14 methods):
install_convert()
main()
check_phpbb_installed()
list_convertors()
get_convert_settings()
convert_data()
sync_forums()
save_convert_progress()
finish_conversion()
final_jump()
jump()
build_insert_query()
process_row()
meta_refresh()
Class: install_convert - X-Ref
Convert class for conversionsinstall_convert(&$p_master) X-Ref |
Variables used while converting, they are accessible from the global variable $convert |
main($mode, $sub) X-Ref |
No description |
check_phpbb_installed() X-Ref |
Check whether phpBB is installed. Assigns error template vars if not installed. return: bool Returns true if phpBB is installed. |
list_convertors($sub) X-Ref |
Generate a list of all available conversion modules |
get_convert_settings($sub) X-Ref |
No description |
convert_data($sub) X-Ref |
The function which does the actual work (or dispatches it to the relevant places) |
sync_forums($sync_batch) X-Ref |
Sync function being executed at the middle, some functions need to be executed after a successful sync. |
save_convert_progress($step) X-Ref |
Save the convertor status |
finish_conversion() X-Ref |
Finish conversion, the last function to be called. |
final_jump($final_jump) X-Ref |
This function marks the steps after syncing |
jump($jump, $last_statement) X-Ref |
This function marks the steps before syncing (jump=1) |
build_insert_query(&$schema, &$sql_data, $current_table) X-Ref |
No description |
process_row(&$schema, &$sql_data, &$insert_values) X-Ref |
Function for processing the currently handled row |
meta_refresh($url) X-Ref |
Own meta refresh function to be able to change the global time used |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |