Categories > TinyButStrong general >

TBS result template to a variable

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Cristian R.
Date: 2003-10-16
Time: 00:48

TBS result template to a variable

OK, now a question.

How can I capture to a variable the result of a fully parsed template as is returned by the $TBS->Show(); function, instead of displaying it to the browser (this way, preventing it from being echoed) ?

Thanks!
By: Skrol29
Date: 2003-10-16
Time: 01:43

Re: TBS result template to a variable

Hi,

The Render property enables you to not echo the result after the merge.

The Source property enables you to retrieve the current result of the merge.