On Wed, Nov 14, 2001 at 05:54:51PM +0100, pp wrote:
> > > I think not cause there is no like mgd_get_object.
> > > I think if use some field which is for topic and for article
> > > or for article and not for topic, and define if exists, and then
> > > get article or topic.
> > > 
> > > something like:
> > > if (!$article->description) {
> > > $object = mgd_get_topic($id) }
> > Each object has property __table__ which is probably where you want to
> > look into.
> 
> what You mean property? 
Properties are object attributes. When you access it (get/set) PHP calls
associated function which returns or sets actuall attribute value.

> I mean about midgard functions.
This is integral part of any midgard object in PHP.
-- 
/ 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