API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
namespace | system |
Functions | |
system_CleanVars (&$global, $key, $default='', $type='int') | |
system_loadLanguage ($name, $domain='', $language=null) | |
system_adminVersion ($version, $value='') | |
system_AdminIcons ($img) | |
system_loadTemplate ($name) | |
modify_chmod ($value_chmod, $path_file, $id) | |
modify_chmod | ( | $value_chmod, | |
$path_file, | |||
$id | |||
) |
$value_chmod | |
$path_file | |
$id |
system_AdminIcons | ( | $img | ) |
$img |
system_adminVersion | ( | $version, | |
$value = '' |
|||
) |
$version | ||
string | $value |
system_CleanVars | ( | & | $global, |
$key, | |||
$default = '' , |
|||
$type = 'int' |
|||
) |
Get variables passed by GET or POST method
Comment by Taiwen Jiang (a.k.a. phppp): THE METHOD IS NOT COMPLETE AND NOT SAFE. YOU ARE ENCOURAGED TO USE PHP'S NATIVE FILTER_VAR OR FILTER_INPUT FUNCTIONS DIRECTLY BEFORE WE MIGRATE TO XOOPS 3.
$global | ||
$key | ||
string | $default | |
string | $type |
system_loadLanguage | ( | $name, | |
$domain = '' , |
|||
$language = null |
|||
) |
System language loader wrapper
string | $name | Name of language file to be loaded, without extension |
string | $domain | Module dirname; global language file will be loaded if $domain is set to 'global' or not specified |
string | $language | Language to be loaded, current language content will be loaded if not specified |
We must check later for an empty value. As xoops_getPageOption could be empty
system_loadTemplate | ( | $name | ) |
$name |