Tarjei wrote:
> >Is this intended behaviour?
>
> AFAIK, yes. The way to do things is to do a mgd_get_article. Maybe we
> should have fundtions where we can decide what we need of an object when
> we get them i.e.
> mgd_list_topic_articles_all($id,"date",$type,calendar/attachments). Or
> maybe this should be applied to an object already created like:
>
> $obj = mgd_list_toipc_articles_all($id);
> $obj->attachments(); //
> $obj->calendar() // creates the calendar vars to the $obj
>
> while ($obj->fetch()) {
>
> $obj->calstop
> $att = $obj->listattachments() // Maybe even while
> ($obj->listattachments->fetch() ) {})
>
> }
Not impossible, but is _definately_ going to be postponed until we have
scripting. Don't fancy implementing this in C :)
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]