"Daniel S. Reichenbach" wrote:
> 
> Hy,
> 
> currently i'm digging into attachments for my site and i wanted
> to ask, if there is a function, which lists all attachments for an
> article?

$article = mgd_get_article($someid);
if ($article) { $att = $article->listattachments(); }

if ($att) while ($att->fetch()) { ... }

Emile

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

Reply via email to