If i write some code in <[code-init]> (or actually, wherever) like the code below, does the midgard_include_snippet get called at all?
No. OTOH you can mgd_include the same snippet as many times as you want and it's re-evaluated each time (there is currently no include_once or require [which I think is almost the same but gives fatal error if the required resource cannot be included])
if (false)
{ midgard_include_snippet("/my/little/snippey");
}
...or is php and/or midgard oppurtunistic and excludes all code within that block from interpretation?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
