API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct () | |
check_config () | |
check_cache () | |
check_bmlink () | |
apply_bmlink () | |
apply_config () | |
apply_cache () | |
check_path () | |
apply_path () | |
check_db () | |
apply_db () | |
update_configs ($task) | |
convert_db ($charset, $collation) | |
convert_table ($tables, $charset, $collation) | |
write_mainfile ($vars) | |
set_configs ($task) | |
Public Member Functions inherited from XoopsUpgrade | |
__construct ($dirname=null) | |
isApplied () | |
apply () | |
loadLanguage ($dirname) | |
message () | |
Additional Inherited Members | |
Data Fields inherited from XoopsUpgrade | |
$usedFiles = array() | |
$tasks = array() | |
$languageFolder = null | |
$logs = array() | |
Protected Member Functions inherited from XoopsUpgrade | |
getDbValue (XoopsDatabase $db, $table, $field, $condition='') | |
Class upgrade_230
__construct | ( | ) |
apply_bmlink | ( | ) |
apply_cache | ( | ) |
apply_config | ( | ) |
apply_db | ( | ) |
apply_path | ( | ) |
check_bmlink | ( | ) |
Check if primary key for block_module_link
is already set
check_cache | ( | ) |
Check if cache_model table already exists
check_config | ( | ) |
Check if cpanel config already exists
check_db | ( | ) |
check_path | ( | ) |
convert_db | ( | $charset, | |
$collation | |||
) |
$charset | |
$collation |
convert_table | ( | $tables, | |
$charset, | |||
$collation | |||
) |
$tables | |
$charset | |
$collation |
set_configs | ( | $task | ) |
$task |
update_configs | ( | $task | ) |
$task |
write_mainfile | ( | $vars | ) |
$vars |