Torben Nehmer wrote: > > Not yet... but the stuff in the 'Symplifying midgard-php4'[0] thread > > in midgard-dev should not only make this possible, but positively easy to do. > > I reckon about three weeks for this to reach public alpha, if we get > > some loose ends fixed and consensus on some technical issues in the > > next few days. > > Since I need this now ... Is it enough to copy the common members of the > objects which I need (like id, firstname, lastname...) in my derived > class or do I need special initalisation to get the object functions of > Midgard runnint?
Nope. The methods only rely on the attributes of the object. Specifically, $object->id and $object->__table__ identify the object AFA midgard IC. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
