kenjis / codeigniter-ss-twig

A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
MIT License
168 stars 46 forks source link

How can I get the output instead of display? #2

Closed Renatogarou closed 9 years ago

Renatogarou commented 9 years ago

I want create a email template and send it, but the only method on the class is render, that display the view.

kenjis commented 9 years ago

I've changed that render() returns output as string. I added display() to output to browser.

Renatogarou commented 9 years ago

Awesome, Thank you guy!