{extends "page.tpl"} {block "title"} Welcome to Dwoo-ed CodeIgniter {/block} {block "content"}

Welcome to Dwoo-ed CodeIgniter!

The page you are looking at is being generated dynamically by CodeIgniter in combination with the 'Smarty-killer' Dwoo template engine. The page is rendered at {$itshowlate} by the Dwoo_compiler.

If you would like to edit this page you'll find it located at:

application/views/dwoowelcome.tpl

The corresponding controller for this page is found at:

application/controllers/dwoowelcome.php

The library for Dwoo integration can be found at:

application/libraries/Dwootemplate.php

If you are exploring Dwoo for the very first time, you should start by reading the {anchor uri='http://dwoo.org/' title='Dwoo website'}.

If you are exploring CodeIgniter for the very first time, you should start by reading the {anchor uri='http://codeigniter.com/user_guide/' title='User Guide'}.

Usage:
$this->load->library('Dwootemplate');
$this->dwootemplate->assign('test', 'test');
$this->dwootemplate->display('dwoowelcome.tpl');
{/block}