On Wed, Nov 14, 2001 at 05:58:58PM +0100, pp wrote:
> > 
> > You could ask for its class (forgot which PHP function but I've used it
> > in the past) or look at its __table__ property.
> > 
> > > I think not cause there is no like mgd_get_object.
> > 
> > mgd_get_object_by_guid
> and how can I get object's guid?
$object->guid() returns a string which you can use as reference in hyper
links instead of $object->id. Then instead using mgd_get_xxxx($id) use
mgd_get_object_by_guid($guid) when $id and $guid are some arguments to
this page (for example, /some/page/argument.html, wheer argument will be
either guid or id depending which value you embedded into hyper link).

-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
A penny saved kills your career in government.

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

Reply via email to