vlibTemplate
Table of Contents
| Up:
6. vlibTemplate
| Previous:
6.13. getLoop()
| Next:
6.15. reset()
6.14. unsetLoop()
Function Description
unsetLoop (string loopname [, string loopname...])
unsetLoop() unsets each 'TOP LEVEL' loop passed to it as a seperate parameter.
Example
$tmpl->unsetLoop('loop1','loop2');
Note
This will NOT work on nested loops, only the top level ones.