Private Method Details |
phpbb_html |
private array phpbb_html( string $text, [ boolean $truncate_smilies ] )
|
|
HTML parser
|
Parameter |
|
string |
$text |
|
|
The string to parse |
|
|
boolean |
$truncate_smilies |
= >>false<< |
|
smilies |
|
Returns |
array |
|
pixel_size_mapping |
private array pixel_size_mapping( string $size, string $text )
|
|
Regex call back
|
Parameter |
|
string |
$size |
|
|
The origional size |
|
|
string |
$text |
|
|
The content text |
|
Returns |
array |
|
get_phpbb_members_list |
private array get_phpbb_members_list( object databaseobject &$Db_object, string &$databasetype, string &$tableprefix, int &$start, int &$per_page )
|
|
Returns the user_id => username array
|
Parameter |
|
object databaseobject |
&$Db_object |
|
|
The database object to run the query against |
|
|
string |
&$databasetype |
|
|
Table database type |
|
|
string |
&$tableprefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
|
|
|
Returns |
array |
|
get_phpbb2_user_details |
private array get_phpbb2_user_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$user_start_at, int &$user_per_page )
|
|
Returns the user details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$user_start_at |
|
|
Start point |
|
|
int |
&$user_per_page |
|
|
End point |
|
Returns |
array |
|
get_list |
private array get_list( object databaseobject &$Db_object, object displayobject &$database_type, object sessionobject &$table_prefix, string $type )
|
|
Returns a type of ban list
|
Parameter |
|
object databaseobject |
&$Db_object |
|
|
The database object to run the query against |
|
|
object displayobject |
&$database_type |
|
|
The display object |
|
|
object sessionobject |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
string |
$type |
|
|
The type of list to be returned |
|
Returns |
array |
|
do_list |
private void do_list( object databaseobject &$Db_target, object displayobject &$displayobject, object sessionobject &$sessionobject, array &$list, string $type )
|
|
Imports a list with error handeling
|
Parameter |
|
object databaseobject |
&$Db_target |
|
|
The database object to run the query against |
|
|
object displayobject |
&$displayobject |
|
|
The display object |
|
|
object sessionobject |
&$sessionobject |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
array |
&$list |
|
|
The list to be imported |
|
|
string |
$type |
|
|
The type of list being imported |
|
Returns |
void |
|
get_phpbb_styles |
private array get_phpbb_styles( object databaseobject &$DB_object, string &$database_type, string &$table_prefix )
|
|
Returns the sytles array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
array |
|
get_phpbb2_categories_details |
private array get_phpbb2_categories_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix )
|
|
Returns the categories details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
array |
|
get_phpbb2_forum_details |
private array get_phpbb2_forum_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$forum_start_at, int &$forum_per_page )
|
|
Returns the forum details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$forum_start_at |
|
|
Start point |
|
|
int |
&$forum_per_page |
|
|
End point |
|
Returns |
array |
|
get_phpbb2_smilie_details |
private array get_phpbb2_smilie_details( object databaseobject &$DB_object )
|
|
Returns the smilie details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
Returns |
array |
|
get_phpbb2_posts_details |
private array get_phpbb2_posts_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$post_start_at, int &$post_per_page )
|
|
Returns the post details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$post_start_at |
|
|
Start point |
|
|
int |
&$post_per_page |
|
|
End point |
|
Returns |
array |
|
get_phpbb_post_text |
private array get_phpbb_post_text( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$post_id )
|
|
Returns the post details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$post_id |
|
|
The phpBB post id |
|
Returns |
array |
|
get_phpbb_truncated_smilies |
private array get_phpbb_truncated_smilies( object databaseobject &$DB_object, string &$database_type, string &$table_prefix )
|
|
Returns the truncated smilies
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
array |
|
get_phpbb2_polls_details |
private array get_phpbb2_polls_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$poll_start_at, int &$poll_per_page )
|
|
Returns the poll details as an array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$poll_start_at |
|
|
Start point |
|
|
int |
&$poll_per_page |
|
|
End point |
|
Returns |
array |
|
get_phpbb2_poll_results_details |
private array get_phpbb2_poll_results_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$poll_id )
|
|
Returns the post result details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$poll_id |
|
|
The phpBB post id |
|
Returns |
array |
|
get_phpbb2_vote_voters |
private array get_phpbb2_vote_voters( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$poll_id )
|
|
Returns the poll voter details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$poll_id |
|
|
The phpBB post id |
|
Returns |
array |
|
get_phpbb2_pm_details |
private array get_phpbb2_pm_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$pm_start_at, int &$pm_per_page )
|
|
Returns the pm details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$pm_start_at |
|
|
Start point |
|
|
int |
&$pm_per_page |
|
|
End point |
|
Returns |
array |
|
get_phpbb2_pm_text |
private array get_phpbb2_pm_text( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$pm_id )
|
|
Returns the pm text
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
|
Returns |
array |
|
get_phpbb2_ranks_details |
private array get_phpbb2_ranks_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$ranks_start_at, int &$ranks_per_page )
|
|
Returns the rank details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$ranks_start_at |
|
|
Start point |
|
|
int |
&$ranks_per_page |
|
|
End point |
|
Returns |
array |
|