noalyss Version-9
Variables
fiche_def_list.php File Reference

show all the categories of card fiche_def More...

Go to the source code of this file.

Variables

 $max =Database::num_row($res)
 
for ($i=0;$i< $max;$i++) ($i%2==0)?' class
 

Detailed Description

show all the categories of card fiche_def

Definition in file fiche_def_list.php.

Variable Documentation

◆ $max

$max =Database::num_row($res)

Definition at line 29 of file fiche_def_list.php.

◆ ($i=0;$i< $max;$i++)

for ( $i=0; $i< $max; $i++)( $i%2==0)?' class ( )
Initial value:
="even" ':' class="odd" ';
$row=Database::fetch_array($res, $i);
?>
<tr <?php echo $class

Definition at line 53 of file fiche_def_list.php.