source: branches/0.4/web/addons/job_monarch/dwoo/Dwoo/Adapters/CodeIgniter/config/dwootemplate.php @ 755

Last change on this file since 755 was 755, checked in by ramonb, 11 years ago
  • add Dwoo
File size: 524 bytes
Line 
1<?php  if (!defined('BASEPATH')) exit('No direct script access allowed');
2
3// The name of the directory where templates are located.
4$config['template_dir'] = dirname(FCPATH) . '/../application/views/';
5
6// The directory where compiled templates are located
7$config['compileDir']   = dirname(FCPATH) . '/../compile/';
8
9//This tells Dwoo whether or not to cache the output of the templates to the $cache_dir.
10$config['caching']      = 0;
11$config['cacheDir']     = dirname(FCPATH) . '/../cache/';
12$config['cacheTime']    = 0;
Note: See TracBrowser for help on using the repository browser.