Welcome Guest, Not a member yet? Register   Sign In
Twiggy - Twig template engine implementation
#8

[eluser]Edmundas KondraĊĦovas[/eluser]
You should take a look at Output class: http://ellislab.com/codeigniter/user-gui...utput.html

I'm sure that you could pull something off with
Code:
$this->output->get_output();
and
Code:
$this->output->append_output();
$this->output->set_output();
methods.

However, I don't really recommend using both standard views and twig templates on the same page. Of course, it depends on what you're trying to accomplish but to me it seems like an overkill.


Messages In This Thread
Twiggy - Twig template engine implementation - by El Forum - 03-24-2012, 02:58 PM
Twiggy - Twig template engine implementation - by El Forum - 04-04-2012, 10:44 AM
Twiggy - Twig template engine implementation - by El Forum - 04-04-2012, 11:43 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 07:36 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 07:45 AM
Twiggy - Twig template engine implementation - by El Forum - 04-05-2012, 08:33 AM
Twiggy - Twig template engine implementation - by El Forum - 05-01-2012, 09:56 AM
Twiggy - Twig template engine implementation - by El Forum - 05-01-2012, 10:50 PM
Twiggy - Twig template engine implementation - by El Forum - 06-17-2012, 07:18 PM
Twiggy - Twig template engine implementation - by El Forum - 07-03-2012, 03:27 AM
Twiggy - Twig template engine implementation - by El Forum - 08-29-2012, 11:48 PM
Twiggy - Twig template engine implementation - by El Forum - 11-20-2012, 09:19 AM
Twiggy - Twig template engine implementation - by El Forum - 11-20-2012, 09:20 AM
Twiggy - Twig template engine implementation - by El Forum - 11-24-2012, 10:35 AM
Twiggy - Twig template engine implementation - by El Forum - 01-12-2013, 02:59 AM
Twiggy - Twig template engine implementation - by El Forum - 01-16-2013, 12:57 PM
Twiggy - Twig template engine implementation - by El Forum - 03-21-2013, 05:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB