|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
this file is used by the autocomplete functionnality More...
Go to the source code of this file.
Variables | |
| $cn =Dossier::connect() | |
| $fid =$http->request("FID") | |
| $filter_card ="" | |
| global | $g_user =new Noalyss_user($cn) |
| if(! isset($_SESSION[SESSION_KEY."g_user"])) | $http =new HttpInput() |
| if not connected, session is expired then exit with a message NOCONX | |
| $jrn = $http->request("j","number",-1) | |
| $limit =$http->request("limit","number",12) | |
| $sql =$cn->get_array($sql_str ,array($fid)) | |
| $sql_str | |
| $typecard =$http->request('e') | |
| if($typecard=='all') else if(strpos($typecard, 'sql]')==true) | else |
this file is used by the autocomplete functionnality
Definition in file fid_card.php.
| $cn =Dossier::connect() |
Definition at line 61 of file fid_card.php.
| $fid =$http->request("FID") |
Definition at line 146 of file fid_card.php.
| $filter_card ="" |
Definition at line 60 of file fid_card.php.
| $g_user =new Noalyss_user($cn) |
Definition at line 66 of file fid_card.php.
if not connected, session is expired then exit with a message NOCONX
Definition at line 54 of file fid_card.php.
| $jrn = $http->request("j","number",-1) |
Definition at line 56 of file fid_card.php.
| $limit =$http->request("limit","number",12) |
Definition at line 57 of file fid_card.php.
| $sql =$cn->get_array($sql_str ,array($fid)) |
Definition at line 149 of file fid_card.php.
| $sql_str |
Definition at line 138 of file fid_card.php.
| $typecard =$http->request('e') |
Definition at line 62 of file fid_card.php.
Referenced by Fiche\build_sql().
| if ( $sql !=false &&sizeof( $sql) !=0 else) |
Definition at line 79 of file fid_card.php.