|
Posted by Panu Artimo on 04/06/05 16:50
On Apr 6, 2005 3:40 PM, Reynier Pérez Mira <reynierpm@yahoo.es> wrote:
> Thanks. Now I understand but not everything. Now, how
> can I iterate between other elements contains in this
> variables:
> $template->assign("descArr",$descripcion);
> $template->assign("conArr",$contenido);
{$evenArr[titulo]}
{$conArr[titulo]}
{$whateverarray[titulo]}
as far as I noticed you had three arrays, all with same number of
items so you can use one index for all.
--
-:[ Panu ]:-
Navigation:
[Reply to this message]
|