Victor Kapustin wrote: > $snippet=mgd_get_snippet(...) > > I CAN access such field of a snippet as "id" or "name" or "up": > > $snippet->id > > but $snippet->code seems to produce NOTHING. Can I get a snippet code to > manipulate it in a php program?
What's above should be right. Did you mgd_get the snippet, or mgd_list/fetch it? What does a print_r of the object show? Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
