PHP Classes

File: config/smarty.php

Recommend this page to a friend!
  Classes of Pablo Matias Perrone   Smarty CodeIgniter Integration   config/smarty.php   Download  
File: config/smarty.php
Role: Configuration script
Content type: text/plain
Description: smarty config example
Class: Smarty CodeIgniter Integration
Setup Smarty for use with CodeIgniter applications
Author: By
Last change:
Date: 11 years ago
Size: 254 bytes
 

Contents

Class file image Download
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

$config['templates'] = 'views/templates';
$config['templates_c'] = 'views/templates_c';
$config['plugins'] = array();
$config['plugins'][] = 'libraries/Smarty-MY-Plugins';