> 
> 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($id);
$lst_attach=$article->listattachments();

The $object->listattachments(); works for any object that can have 
attachements.



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

Reply via email to