pp wrote:
> I must really think very different way and really do not get it :) > > person record has fields with data and if I want to get any field > I make this: > $person = mgd_get_person(); > $person->username; //for username > and > $psg = $person->getsitegroup(); // for sitegroup??! > > Why is that way? > Shouldn't it be just $person->sitegroup?? Hold on... it should. The get_ functions should set $object->sitegroup. They don't? Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
