Nul-parameter: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
It is primarily used in tags that have only one parameter, making it easier to use. | It is primarily used in tags that have only one parameter, making it easier to use. | ||
Note: The name is derived from the dutch word for zero, 'nul'. Not to be confused with 'null'. | |||
Revision as of 18:50, 21 August 2006
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.
Note: The name is derived from the dutch word for zero, 'nul'. Not to be confused with 'null'.