On 15 Jul 2002, Henri Kaukola wrote: > 2) Easier way: > $midgard = mgd_get_midgard(); > $page = mgd_get_page($midgard->page); > > Check the "Other functions" part from the manual. > mgd_get_midgard() is very useful in many situations.
Thanks! I saw mgd_get_midgard but since the documentation explicitly called it internal I thought that there had to be a public interface too somewhere. Figure I was wrong. =) That's great, solves lots for me since I'm a OO fan and used to at least having a 'this reference'. -- Fredrik Jonson [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
