Fabio Di Fabio wrote:
> Let be an element called <[WHILE_ARTS]> that can take a parameter
> called list which carry a list of articles,
> and return an item
>
> the behavior that i mean is
>
> <[WHILE_ARTS list=&(my_articles);]>
>
> <P>&(item.title);</P>
>
> <[/WHILE_ARTS]>
But how does this differ from
<? while ($item->fetch() { ?>
<P>&(item.title);</P>
<? } ?>
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]