Jump to content

Nul-parameter

From NusaATK
Revision as of 19:56, 10 August 2006 by Boy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The 'nul' parameter is funtionality in the ATK version of Smarty where you can the first unnamed parameter of a tag.

Example:

{tag nulparameter}

Instead of:

{tag parametername='nulparameter'}

It is primarily used in tags that have only one parameter, making it easier to use.