|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
answer to an inplace object More...
Go to the source code of this file.
Variables | |
| $a = $http->get("query", "string", "") | |
| $choice_cat = $http->request("choice_cat", "string", 1) | |
| $cn = Dossier::connect() | |
| global | $g_user |
| $http = new HttpInput() | |
| $nooperation = new ICheckBox('noop') | |
| if($choice_cat==1) | else |
| $nooperation | selected = (isset($_GET['noop'])) ? true : false |
answer to an inplace object
Definition in file trait_card-form_search.php.
| $a = $http->get("query", "string", "") |
Definition at line 41 of file trait_card-form_search.php.
| $choice_cat = $http->request("choice_cat", "string", 1) |
Definition at line 44 of file trait_card-form_search.php.
| $cn = Dossier::connect() |
Definition at line 30 of file trait_card-form_search.php.
| global $g_user |
Definition at line 27 of file trait_card-form_search.php.
| $http = new HttpInput() |
Definition at line 32 of file trait_card-form_search.php.
| $nooperation = new ICheckBox('noop') |
Definition at line 63 of file trait_card-form_search.php.
| if ( $choice_cat==1) else |
Definition at line 58 of file trait_card-form_search.php.
| $nooperation selected = (isset($_GET['noop'])) ? true : false |
Definition at line 64 of file trait_card-form_search.php.