vlibTemplate

vLib Logo

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.