Tarjei Huse wrote:

> 1. more type fields. 
> I often feel like beeing able to sort my articles on one or two more criteria
> than I got now. How hard would it be to have two extra sort fields like type
> that can be used to encode your articles? Just an extra type field that could be
> used in mgd_list functions would make me droodle :)

It'd be possible, but easier to implement (by us or yourself) when the
scripting layer is done. I don't know what Alexander thinks will be
the ETA for that, though.

> 2. Forgot the other.. oh here it is:
> how hard would it be to be able to call ->listattachments() on the objects
> returned by mgd_list functions? 

Can't you do that already? Call serialize on the returned object and
it'll show you the props and methods it has. If it has
listattachments, id and __table__ things should work. Looking at the
code it should.

Emile



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

Reply via email to