Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 578 Bytes

CI-Document

A template engine for CodeIgniter

A marker-replacement base template engine waiting to help you.

Quickstart

Unzip ___quickstart.zip in your webroot an play with a fresh, pre-configured CI-install.

Manual installation

  1. Merge the files and folders with your project.
  2. It's best to autoload the 'document' library.
  3. Configure your template
  4. Replace $this->load->view with $this->document->inject_view
  5. That should be it :)

NOTE:

THIS IS THE BETA ! SO PLEASE REPORT AS MUCH AS YOU CAN :)