28 $select_code=
$http->get(
"select_code",
"string",
"");
31}
catch (Exception $exc) {
32 echo $exc->getTraceAsString();
36if ($select_code ==
"")
39 require_once NOALYSS_TEMPLATE.
"/ajax-search_vatex.php";
46if ($select_code !=
"")
48 $row=
$cn->get_row(
"select vx_code,vx_code_name,vx_description,vx_remark from vatex_code where vx_code=$1",
55 $answer[
'vx_description']=
$row[
'vx_description'].span(
$row[
'vx_remark'],
' class="text-muted" ');
static trash($p_id, $p_javascript)
Display the icon of a trashbin.
json_response($p_answer)
Send header and json object.