[bbWP2UTF8] element index

All elements
b c i s _
_
top
$_wpdb
bbWP2UTF8::$_wpdb in bbWP2UTF8.php
reference to the wordpress wpdb database object
_addToMenu
bbWP2UTF8::_addToMenu() in bbWP2UTF8.php
Sink function for the 'admin_menu' hook
_binarizeTableColumn
Converts a given column's type of a given table to its binary counterpart according to the list below:
_createTablesList
Creates a list with all available tables
_deBinarizeTableColumn
Converts a given column's binary type of a given table to its previous non-binary type according to the list below:
_getAllTables
Retrieves all tables from database defined by DB_NAME in wp-config.php
_getColumnCharacterSet
Retrieves a column's character set
_getTableCollation
Retrieves a table's collation
_getTableColumns
Retrieves all columns from a given table
_processColumnInfo
Expects a column object and returns the column type and extra info in an array
_setupClassVars
Set the defaults for the class variables
_setWPHooks
bbWP2UTF8::_setWPHooks() in bbWP2UTF8.php
Set the Wordpress specific filter and action hooks
b
top
bbWP2UTF8
bbWP2UTF8::bbWP2UTF8() in bbWP2UTF8.php
Constructor (backwards compatible with php4..) Calls the _setClassVars function to set the class variables and calls the _setWPHooks in order to set the appropriate hooks.
bbWP2UTF8
bbWP2UTF8 in bbWP2UTF8.php
bbWP2UTF8 is a class/plugin which strives to convert wordpress / wordpress mu database content in whatever character set to utf8
bbWP2UTF8.php
bbWP2UTF8.php in bbWP2UTF8.php
c
top
convertDatabase2UTF8
Sets a database's character set to utf8
convertTable2UTF8
Sets a table's character set to utf8
i
top
isColumnCharSetBinary
Check if a column's character set is binary or not (wraps _getColumnCharacterSet in it..)
isWPMU
bbWP2UTF8::isWPMU() in bbWP2UTF8.php
Checks if we're dealing with Wordpress MU or not by checking the existance of wpmu-settings.php
s
top
showCurrentDatabaseCharacterSet
Retrieve the current database's character set
showInterface
Builds the interface and handles the different steps of the conversion.
b c i s _