> I just thought about last post and 
> suggested function mgd_logoff_host.
> 
> Maybe it is planned but there could be very useful function:
> 
> $id = object->id;
> $field = object->field(could be abstract, content, whatever);
> mgd_update_object_field ($id, $field);
> 

Why not use:

$object = mgd_get_anyobject($id);

$object->contentabstractwhatever = $value;

$object->update();

..? It's all in the manual, baby! :)


----------------------------------------
Anders Sj�lander, webmaster   
  +46 8 693 7730    
  ZoomON AB    
  Alstr�mergatan 22    
  SE-112 98 Stockholm, SWEDEN    
  http://www.zoomon.com/    
---------------------------------------
A good fantasy   
is better than a bad reality    
 
BEGIN:VCARD
VERSION:2.1
N:Sj�lander;Anders
FN:Anders Sj�lander
ORG:ZoomON AB
TITLE:Webmaster
NOTE:ICQ# 3478013
TEL;WORK;VOICE:+46 8 693 7730
ADR;WORK:;;Alstr�mergatan 22;Stockholm;;SE-112 98;SWEDEN
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Alstr=F6mergatan 22=0D=0AStockholm SE-112 98=0D=0ASWEDEN
X-WAB-GENDER:2
URL:http://snuff.nu/zood
URL:http://www.zoomon.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010117T090100Z
END:VCARD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to