Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
skel_constant.php File Reference

Contains all the needed variable for the plugin is name is plugin_name_constant.php You can use some globale variable, especially for the database connection. More...

Go to the source code of this file.

Variables

global $cn =Dossier::connect()
 
global $g_SKEL_parameter =new SKEL_Parameter()
 
global $gDossier =Dossier::id()
 
global $g_plugin =HtmlInput::default_value_request('plugin_code', "")
 
global $g_access =HtmlInput::default_value_request('ac', "")
 

Detailed Description

Contains all the needed variable for the plugin is name is plugin_name_constant.php You can use some globale variable, especially for the database connection.

Definition in file skel_constant.php.

Variable Documentation

$cn =Dossier::connect()

Definition at line 12 of file skel_constant.php.

$g_access =HtmlInput::default_value_request('ac', "")

Definition at line 12 of file skel_constant.php.

$g_plugin =HtmlInput::default_value_request('plugin_code', "")

Definition at line 12 of file skel_constant.php.

$g_SKEL_parameter =new SKEL_Parameter()

Definition at line 12 of file skel_constant.php.

$gDossier =Dossier::id()

Definition at line 12 of file skel_constant.php.