> > mgd_list_topic_articles returns object.
> > Is there any way to get the last article without
> > using fetch?
> 
> Try to sort the articles by name or something in reverse order.
> Then you have to call fetch() once :)
> 

You mean:

<? $art = mgd_list_topic_articles(id, sort);
while ($art && $art->fetch())
        {
        }
$art = mgd_get_article($art->id);
?>

??

I just thought that I make create articles' id array without calling fetch.

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to