Plugins
LAST
Main Page
Related Pages
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Pages
rapport_avance
rapav_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 NOALYSS_INCLUDE.
'/lib/class_database.php'
;
13
14
global
$cn
,
$rapav_version
,
$errcode
;
15
16
$cn
=Dossier::connect();;
17
$rapav_version
=6;
18
?>
$cn
global $cn
Definition:
rapav_constant.php:12
$rapav_version
global $rapav_version
Definition:
rapav_constant.php:12
$errcode
global $errcode
Definition:
rapav_constant.php:12
Generated on Wed Feb 1 2017 23:19:24 for Plugins by
1.8.6