> > mgd_variable > > Does what &(...); does, mainly for internal use but you could safely > call it. > > > mgd_template > > Does what <[.....]> does, mainly for internal use but you could safely > call it.
But what is the difference between calling it (and how) and just simply use of <[.....]>? > > and where is some more info about things like &(midgard.self); ? > > About the formatting or the object? $midgard->self was not in the > manual, I've added it now. If you're using mmp, BTW, &(midgard->self); > will do the same as &(midgard.self); but it'll be faster. I use it till 1.2.5 , and do not use mmp. I asked cause I wondered how I use &(host.prefix); in url even it is not defined earlier. I guess mgd_get_midgard() call for it? Or something like &(host.images); which I clearly do not understand how it is used that way. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
