Kohana Adapter for Dwoo

A Dwoo template engine integration module for the Kohana PHP framework, originally posted on the Dwoo forum in 2008.

[Beta] Kohana Adapter

Originally posted by groadin on the Dwoo forum — 2008-10-07

This is a simple Dwoo integration for the Kohana framework (kohanaphp.com). It's a Kohana module based on the Kohana Smarty integration. This module is made for Kohana 2.3 (currently available only in svn trunk).

Installation

  1. Unpack the module to the Kohana modules folder.
  2. Paste your Dwoo copy to $MODPATH/dwoo/vendor/dwoo/ directory.
  3. Create dwoo_cache and dwoo_compile folders in your $APPPATH/cache folder and make them writable (or change paths in $MODPATH/dwoo/config/dwoo.php as you wish).
  4. Activate the dwoo module by adding it to the Kohana main config file ($APPPATH/config/config.php).
  5. There is a demo controller in this module — go to yoursite/index.php/dwoo_demo to check whether the Dwoo integration works.

Note: this module was released for Kohana 2.3. The original attachment is no longer available.