Welcome Guest, Not a member yet? Register   Sign In
Twig or somnthing
#1

Hello everyone,
there is some way to use a template engine (twig or something similar) on Codeigniter 3?

Thanks in advance! Smile
Reply
#2

(04-21-2015, 07:36 AM)bluescreen Wrote: Hello everyone,
there is some way to use a template engine (twig or something similar) on Codeigniter 3?

Thanks in advance! Smile

Hi Bluescreen,


I'm using the twig wrapper library provided by Bennet Matschullat, found at https://github.com/bmatschullat/Twig-Codeigniter.

I load his twig library in autoload.php:


Code:
$autoload['libraries'] = array('twig');

(Using CodeIgniter since 1.x)
Reply




Theme © iAndrew 2016 - Forum software by © MyBB