noalyss Version-9
Variables
ajax_boxcard_search.php File Reference

show result card search More...

Go to the source code of this file.

Variables

 $array =$cn->get_array($sql,array($_GET['card']))
 
 $max =(count($array)>MAX_CARD_SEARCH)?MAX_CARD_SEARCH:count($array)
 
 $sql
 

Detailed Description

show result card search

Definition in file ajax_boxcard_search.php.

Variable Documentation

◆ $array

$array =$cn->get_array($sql,array($_GET['card']))

Definition at line 38 of file ajax_boxcard_search.php.

◆ $max

$max =(count($array)>MAX_CARD_SEARCH)?MAX_CARD_SEARCH:count($array)

◆ $sql

$sql
Initial value:
="
select distinct vw.f_id,vw_name,vw_first_name,vw_description,fd_label,quick_code,tva_num,(select ad_value from fiche_Detail where f_id=pc.f_id and ad_id=5) as poste
from vw_fiche_attr as vw
join fiche_def as fd on (vw.fd_id=fd.fd_id)
left join fiche_detail as pc on (pc.f_id=vw.f_id)
where
ad_value ~* $1
order by 2
"

Definition at line 29 of file ajax_boxcard_search.php.