Go to the source code of this file.
Variables | |
$cn = new Database($_GET['gDossier']) | |
global | $g_user = new User($cn) |
$nb = Database::num_row($res) | |
$res = $cn->exec_sql("select code,description from get_profile_menu($1) where code ~* $2 or description ~* $3 limit 8",array($g_user->login,$_POST['acs'],$_POST['acs'])) | |
for ($i=0;$i< $nb;$i++) |
Definition at line 24 of file direct.php.
Definition at line 25 of file direct.php.
$nb = Database::num_row($res) |
Definition at line 30 of file direct.php.
Referenced by Print_Ledger_Detail_Item\export(), Stock_Goods\input(), and Stock_Goods\record_save().
$res = $cn->exec_sql("select code,description from get_profile_menu($1) where code ~* $2 or description ~* $3 limit 8",array($g_user->login,$_POST['acs'],$_POST['acs'])) |
Definition at line 29 of file direct.php.
Definition at line 32 of file direct.php.