I guess you can do:
$bb = &$a->name;
$cc = &$a->extra1;
and when $a changes, then bb and cc will change as well :)
Tarjei
pp wrote:
>I wonder how to workaround some problem:
>
>here is a config snippet
>
>$bb = $a->name;
>$cc = $a->extra1;
>etc etc
>
>
>
><? $a = mgd_list_topic_articles(id);
>
>//include snippet here? no
>// it won't work
>
>while ($a->fetch()) {
>
>// here? hmm it will include as many times as $a->N
>
>//blah blah
>
>} ?>
>
>
>Any hints?
>
>
>Piotras
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]