Public Member Functions | |
| discuss_importer_phpbb2 () | |
| get_users () | |
| get_posts () | |
| get_threads () | |
| render () | |
Public Attributes | |
| $globalID | |
| $users | |
| $posts | |
| $threads | |
| $mysqlConnection | |
| $tablePrefix | |
Definition at line 17 of file importer.phpbb2.php.
| discuss_importer_phpbb2::discuss_importer_phpbb2 | ( | ) | 
Definition at line 29 of file importer.phpbb2.php.
| discuss_importer_phpbb2::get_users | ( | ) | 
Definition at line 33 of file importer.phpbb2.php.
| discuss_importer_phpbb2::get_posts | ( | ) | 
Definition at line 37 of file importer.phpbb2.php.
| discuss_importer_phpbb2::get_threads | ( | ) | 
Definition at line 41 of file importer.phpbb2.php.
| discuss_importer_phpbb2::render | ( | ) | 
Actually render the importer's GUI
Definition at line 50 of file importer.phpbb2.php.
References $renderedContent, drawCommand(), globalIDtoURL(), and i18n().

| discuss_importer_phpbb2::$globalID | 
Definition at line 19 of file importer.phpbb2.php.
| discuss_importer_phpbb2::$users | 
Definition at line 21 of file importer.phpbb2.php.
| discuss_importer_phpbb2::$posts | 
Definition at line 22 of file importer.phpbb2.php.
| discuss_importer_phpbb2::$threads | 
Definition at line 24 of file importer.phpbb2.php.
| discuss_importer_phpbb2::$mysqlConnection | 
Definition at line 26 of file importer.phpbb2.php.
| discuss_importer_phpbb2::$tablePrefix | 
Definition at line 27 of file importer.phpbb2.php.
 1.5.5