Categories > TinyButStrong general >

$TBS->Show()

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Vad
Date: 2005-10-04
Time: 20:02

$TBS->Show()

Is it possible to render template to the var?
I want to render template for email messages in HTML format.

example:
$tpl = $TBS->Show(TBS_OUTPUT2VAR);
echo $tpl;
By: Vad
Date: 2005-10-04
Time: 20:13

Re: $TBS->Show()

Oops, sorry...
I've got it...
$TBS->Show(TBS_NOTHING);
$tpl = $TBS->Sourse;