Skip to content
MrAnchovy edited this page Jun 17, 2011 · 10 revisions

Use the Smarty3 module instead

This module has now been deprecated in favour of the Smarty3 module.

Download

Installation

  1. Download the latest version from the links above
  2. Unpack the downloaded file
  3. Move the smarty directory into the Kohana modules directory
  4. Enable the module in your application’s bootstrap.php
    Kohana::modules(array(
    ‘auth’ => MODPATH.‘auth’, // Basic authentication
    // ‘cache’ => MODPATH.‘cache’, // Caching with multiple backends
    // ‘codebench’ => MODPATH.‘codebench’, // Benchmarking tool
    ‘database’ => MODPATH.‘database’, // Database access
    // ‘image’ => MODPATH.‘image’, // Image manipulation
    ‘orm’ => MODPATH.‘orm’, // Object Relationship Mapping
    ‘pagination’ => MODPATH.‘pagination’, // Paging of results
    ‘userguide’ => MODPATH.‘userguide’, // User guide and API documentation
    'smarty' => MODPATH.'smarty', // smarty template module.
    ));
  5. Visit the page www.yoursite.com/smarty to confirm all is OK

Update

Follow 1-3 above, replacing the whole of the existing modules/smarty directory.

Documentation

  1. Documentation for this module
  2. Smarty documentation

Support

  1. Report a bug, request a feature etc.
  2. Discuss this module in the Kohana forum : unless you whisper MrAnchovy you might not get a quick response