noalyss Version-9
Variables
mobile.php File Reference

only for mobile device More...

Go to the source code of this file.

Variables

 $ac =trim($http->request("ac","string",""))
 
 $cn =new Database()
 
 $dossier_id =$http->request("gDossier","number",-1)
 
global $g_parameter =new Noalyss_Parameter_Folder($cn)
 
global $g_user =new \Noalyss_User($cn)
 
if(!defined("ALLOWED")) $http =new HttpInput()
 if $_REQUEST['gDossier'] is not set then select the folder More...
 
 $mobile =new \Noalyss\Mobile()
 
if( $ac !=="" && $g_user->check_module($ac)==1) else
 If a module is selected the execute it. More...
 

Detailed Description

only for mobile device

Definition in file mobile.php.

Variable Documentation

◆ $ac

$ac =trim($http->request("ac","string",""))

Definition at line 88 of file mobile.php.

◆ $cn

$cn =new Database()

Definition at line 33 of file mobile.php.

◆ $dossier_id

$dossier_id =$http->request("gDossier","number",-1)

Definition at line 43 of file mobile.php.

◆ $g_parameter

$g_parameter =new Noalyss_Parameter_Folder($cn)

Definition at line 84 of file mobile.php.

◆ $g_user

if ( $dossier_id===-1) global $g_user =new \Noalyss_User($cn)

Definition at line 31 of file mobile.php.

◆ $http

if (!defined("ALLOWED")) $http =new HttpInput()

if $_REQUEST['gDossier'] is not set then select the folder

Definition at line 41 of file mobile.php.

◆ $mobile

$mobile =new \Noalyss\Mobile()

Definition at line 86 of file mobile.php.

◆ else

if ($ac !=="" &&$g_user->check_module( $ac)==1) else
Initial value:
{
$mobile->page_start()
$mobile
Definition: mobile.php:86

If a module is selected the execute it.

Definition at line 97 of file mobile.php.