|
noalyss Version-9
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) |
| if(!defined("ALLOWED")) | $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. | |
only for mobile device
Definition in file mobile.php.
| $ac =trim($http->request("ac","string","")) |
Definition at line 88 of file mobile.php.
Definition at line 33 of file mobile.php.
| $dossier_id =$http->request("gDossier","number",-1) |
Definition at line 43 of file mobile.php.
| $g_parameter =new Noalyss_Parameter_Folder($cn) |
Definition at line 84 of file mobile.php.
| if ( $dossier_id===-1) global $g_user =new \Noalyss_User($cn) |
Definition at line 31 of file mobile.php.
if $_REQUEST['gDossier'] is not set then select the folder
Definition at line 41 of file mobile.php.
| $mobile =new \Noalyss\Mobile() |
Definition at line 86 of file mobile.php.
| if ($ac !=="" &&$g_user->check_module( $ac)==1 else) |
If a module is selected the execute it.
Definition at line 97 of file mobile.php.