Alan Knowles wrote:
>
> Just looking at the attachent in terms of portibility of code, currently to
> serve an attachent, I would have to include a
> <img src="/attachent/99.img">, however if I imported host/style/content into
> another site, (and my import/export worked with attachments), It could not
> guarentee that 99 would link to the same image..
>
> Obviously if a get_attachent_by_name was available, I could point
> images/attachments that would resolve (the only issue being the '2 images with
> the same name')
$object = mgd_get_whatever(...);
$object->serveattachment($name);
exit;
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]