| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | (c) 2006 phpBB Group |
| License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
| Version: | $Id$ |
| File Size: | 2113 lines (63 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
convert:: (1 method):
convert()
install_convert:: (13 methods):
install_convert()
main()
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 conversions| install_convert(&$p_master) X-Ref |
| Variables used while converting, they are accessible from the global variable $convert |
| main($mode, $sub) X-Ref |
| No description |
| 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: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |