dbtek / cismarty

Codeigniter and Smarty Template Engine Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeigniter and Smarty Bundle

About

Requirements

  • PHP version 5.4.x

Technical Information

  • Smarty is located at system/libs/smarty
  • CI_Controller class is extended as MY_Controller under app/core directory to load Smarty.
  • A library file added under app/libraries for linking Smarty to Codeigniter.

Installation

  • Crate a new project.
  • Get cismarty.
  • Copy all files from cismarty to your project directory.
  • Make sure the following directories have write permission:
    • application/views/templates_c
  • Use Class Controller extends MY_Controller instead of Class Controller extends CI_Controller This is required for smarty to run properly.

About

Codeigniter and Smarty Template Engine Bundle

License:Other


Languages

Language:PHP 100.0%