noalyss Version-9
Variables
ajax_display_all_card.php File Reference

Display all cards using an accounting. More...

Go to the source code of this file.

Variables

 $a_card
 
 $accounting =$http->get("p_accounting")
 
 $nb_card =count($a_card)
 
 for ( $i=0;$i< $nb_card;$i++)
 

Detailed Description

Display all cards using an accounting.

Definition in file ajax_display_all_card.php.

Variable Documentation

◆ $a_card

$a_card
Initial value:
=$cn->get_array("
select f1.f_id,f3.ad_value as qcode, f2.ad_value as name
from fiche_detail as f1
join fiche_detail as f2 on (f1.f_id=f2.f_id and f2.ad_id=1)
join fiche_detail as f3 on (f1.f_id=f3.f_id and f3.ad_id=23)
where
f1.ad_id=5 and f1.ad_value=$1
order by 3", [$accounting])

Definition at line 31 of file ajax_display_all_card.php.

◆ $accounting

$accounting =$http->get("p_accounting")

Definition at line 29 of file ajax_display_all_card.php.

◆ $nb_card

$nb_card =count($a_card)

Definition at line 39 of file ajax_display_all_card.php.

◆ for

for($i=0; $i< $nb_card; $i++) ( )

Definition at line 43 of file ajax_display_all_card.php.