vlibTemplate

vLib Logo

6.28. grab()

Function Description
 grab()

This function parses the template file and returns the output instead of printing it. Therefore you can do what you please with it.

Example

  $output = $tmpl->grab(); ...