noalyss  Version-9
Variables
ajax.php File Reference

this file is used for the ajax from the extension, it will the ajax.php file from the plugin directory all the variable are in $_REQUEST The code (of the plugin) is required Required variable in $_REQUEST More...

Go to the source code of this file.

Variables

global $cn =Dossier::connect()
 
global $g_parameter =new Noalyss_Parameter_Folder($cn)
 
global $g_user =new User($cn)
 
 if (! defined( 'ALLOWED')) define( 'ALLOWED'
 

Detailed Description

this file is used for the ajax from the extension, it will the ajax.php file from the plugin directory all the variable are in $_REQUEST The code (of the plugin) is required Required variable in $_REQUEST

Definition in file ajax.php.

Variable Documentation

◆ $cn

Definition at line 26 of file ajax.php.

◆ $g_parameter

$g_parameter =new Noalyss_Parameter_Folder($cn)

Definition at line 26 of file ajax.php.

◆ $g_user

$g_user =new User($cn)

Definition at line 26 of file ajax.php.

◆ if

if(! defined('ALLOWED')) define('ALLOWED'

Definition at line 15 of file ajax.php.