Plugins  LAST
 All Data Structures Files Functions Variables Pages
skel_constant.php
Go to the documentation of this file.
1 <?php
2 //This file is part of NOALYSS and is under GPL
3 //see licence.txt
4 /**
5  *@file
6  *Contains all the needed variable for the plugin
7  *is name is plugin_name_constant.php
8  * You can use some globale variable, especially for the database
9  * connection
10  */
11 
12 require_once ('class_database.php');
13 require_once 'include/class_SKEL_parameter.php';
14 
16 $cn=Dossier::connect();;
19 $g_plugin=HtmlInput::default_value_request('plugin_code', "");
20 $g_access=HtmlInput::default_value_request('ac', "");
21 ?>
$select_type id
global $g_plugin
global $cn
global $gDossier
global $g_SKEL_parameter
global $g_access