|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
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) |
| $http =new HttpInput() | |
| if $_REQUEST['gDossier'] is not set then select the folder | |
| $mobile =new \Noalyss\Mobile() | |
| if( $ac !=="" && $g_user->check_module($ac)==1 | else ) |
| If a module is selected the execute it. | |
| if (!defined("ALLOWED")) | |
only for mobile device
Definition in file mobile.php.
| $ac =trim($http->request("ac","string","")) |
Definition at line 89 of file mobile.php.
Definition at line 35 of file mobile.php.
| $dossier_id =$http->request("gDossier","number",-1) |
Definition at line 44 of file mobile.php.
| $g_parameter =new Noalyss_Parameter_Folder($cn) |
Definition at line 85 of file mobile.php.
| if ( $dossier_id===-1) global $g_user =new \Noalyss_User($cn) |
Definition at line 33 of file mobile.php.
| $http =new HttpInput() |
if $_REQUEST['gDossier'] is not set then select the folder
Definition at line 42 of file mobile.php.
| $mobile =new \Noalyss\Mobile() |
Definition at line 87 of file mobile.php.
| if ($ac !=="" &&$g_user->check_module( $ac)==1 else) |
If a module is selected the execute it.
Definition at line 98 of file mobile.php.
| if(!defined("ALLOWED")) | ( | ! | defined"ALLOWED" | ) |
Definition at line 27 of file mobile.php.