Login   Register  
PHP Classes
elePHPant
Icontem

File: config/smarty.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-12-17 10:38
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';