Categories > TinyButStrong general (FR) >

Affichage d'un element d'un array

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: oio
Date: 2006-09-06
Time: 12:07

Affichage d'un element d'un array

Bonjour,

j'ai un array du type :

$prix = array(3.80, 7.50, 7.50, 6.10,  4.60, 7.35);

$TBS = new clsTinyButStrong;
$TBS->LoadTemplate('templates/formu.tpl') ;
$TBS->MergeBlock('blk1',$prix) ;
$TBS->Show() ;

je voudrais dans mon formulaire pouvoir affichier  a des endroits données les éléments de mon array.

Merci d'avance
By: Skrol29
Date: 2006-09-06
Time: 12:45

Re: Affichage d'un element d'un array

[var.prix.0] .... [var.prix.1] ... [var.prix.2]
By: oio
Date: 2006-09-06
Time: 12:47

Re: Affichage d'un element d'un array

Rah voila ... merci bien :)