convertor
class convertor
Convertor backend class
WARNING: This file did not meant to be present in a production environment, so moving this file to a location which is accessible after board installation might lead to security issues.
Properties
protected helper | $controller_helper | ||
protected filesystem | $filesystem | ||
protected template | $template |
Methods
The function which does the actual work (or dispatches it to the relevant places)
Sync function being executed at the middle, some functions need to be executed after a successful sync.
Save the convertor status
Finish conversion, the last function to be called.
This function marks the steps after syncing
This function marks the steps before syncing (jump=1)
No description
Function for processing the currently handled row
Own meta refresh function to be able to change the global time used
Error handler function
Database error handler function
Details
at line 62
convert_data($converter)
The function which does the actual work (or dispatches it to the relevant places)
at line 907
sync_forums($converter, $sync_batch)
Sync function being executed at the middle, some functions need to be executed after a successful sync.
at line 989
save_convert_progress($convertor_tag, $step)
Save the convertor status
at line 1018
finish_conversion()
Finish conversion, the last function to be called.
at line 1052
final_jump($final_jump)
This function marks the steps after syncing
at line 1091
jump($converter, $jump, $last_statement)
This function marks the steps before syncing (jump=1)
at line 1244
build_insert_query($schema, $sql_data, $current_table)
No description
at line 1397
process_row($schema, $sql_data, $insert_values)
Function for processing the currently handled row
at line 1563
meta_refresh($url)
Own meta refresh function to be able to change the global time used
at line 1587
error($error, $line, $file, bool|false $skip = false)
Error handler function
This function needs to be kept for BC
at line 1606
db_error($error, $sql, $line, $file, bool|false $skip = false)
Database error handler function
This function needs to be kept for BC