XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
plugins.php File Reference

Go to the source code of this file.

Functions

 activate_rm_plugin ($q)
 
 configure_rm_plugin ()
 
 install_rm_plugin ()
 
 main_rm_plugin ($dir)
 
 rm_reload_plugins ()
 
 save_settings_rm_plugin ()
 
 show_rm_plugins ()
 
 uninstall_rm_plugin ()
 
 update_rm_plugin ()
 

Variables

if($dir!='') $action = rmc_server_var($_REQUEST,'action','')
 
 $dir = rmc_server_var($_REQUEST, 'p', '')
 
 $p = isset($_REQUEST['p']) ? $_REQUEST['p'] : ''
 
 if ($p=='')
 

Function Documentation

activate_rm_plugin (   $q)

Definition at line 187 of file plugins.php.

References __(), redirectMsg(), rm_reload_plugins(), and rmc_server_var().

Here is the call graph for this function:

install_rm_plugin ( )

This function install a plugin and all their functionallity

Definition at line 88 of file plugins.php.

References __(), redirectMsg(), rm_reload_plugins(), and rmc_server_var().

Here is the call graph for this function:

main_rm_plugin (   $dir)

This function allows to plugins to show their own options

Definition at line 537 of file plugins.php.

References $class, $dir, $path, load_plugin_locale(), and RMCPATH.

Here is the call graph for this function:

rm_reload_plugins ( )

Definition at line 18 of file plugins.php.

References $dir, $p, $path, $plugins, and RMCPATH.

Referenced by activate_rm_plugin(), install_rm_plugin(), show_rm_plugins(), uninstall_rm_plugin(), and update_rm_plugin().

Here is the caller graph for this function:

save_settings_rm_plugin ( )

Evnet params 1: Options as array 2: PLugin dir name 3: Plugin object

Definition at line 483 of file plugins.php.

References $db, $options, $xoopsSecurity, __(), RMEvents\get(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

show_rm_plugins ( )

Definition at line 47 of file plugins.php.

References $dir, $path, RMFunctions\create_toolbar(), RMTemplate\get(), rm_reload_plugins(), and RMCPATH.

Here is the call graph for this function:

uninstall_rm_plugin ( )

Definition at line 124 of file plugins.php.

References __(), redirectMsg(), rm_reload_plugins(), and rmc_server_var().

Here is the call graph for this function:

update_rm_plugin ( )

Definition at line 156 of file plugins.php.

References __(), redirectMsg(), rm_reload_plugins(), and rmc_server_var().

Here is the call graph for this function:

Variable Documentation

if ($dir!='') $action = rmc_server_var($_REQUEST,'action','')

Definition at line 575 of file plugins.php.

$dir = rmc_server_var($_REQUEST, 'p', '')

Definition at line 569 of file plugins.php.

if($p=='')

Definition at line 12 of file plugins.php.