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
- Unpack the module to the Kohana modules folder.
- Paste your Dwoo copy to
$MODPATH/dwoo/vendor/dwoo/directory. - Create
dwoo_cacheanddwoo_compilefolders in your$APPPATH/cachefolder and make them writable (or change paths in$MODPATH/dwoo/config/dwoo.phpas you wish). - Activate the dwoo module by adding it to the Kohana main config file
(
$APPPATH/config/config.php). - There is a demo controller in this module — go to
yoursite/index.php/dwoo_demoto check whether the Dwoo integration works.
Note: this module was released for Kohana 2.3. The original attachment is no longer available.