Subject: | param method |
I have switched to using AnyTemplate instead of HTML:Template natively
because I want to use the embedded component facility.
I'm having a problem because the param method when used to return a list
of parameter names under AnyTemplate doesn't seem to return parameters
which are in the template that's been loaded but which haven't had a
value set. When I was using HTML:Template natively I got a list of all
the parameters, including those that hadn't had a value set.
I want to full list because I've got code in a template_pre_process hook
that's there to set any parameters which haven't been explicitly set by
comparing the template variable names with config variables.
Is this behaviour intended?
Thanks