OM The Eternity
OM The Eternity

Reputation: 16204

CodeIgniter <DIV> format syntax

I have a template in <table> syntax, but now I want that to be converted into <div> format. Codeigniter Consist of a file called table.php which has functions to generate the table structure, but does the CI has any functions to generate <div> structure in our templates?

Upvotes: 0

Views: 92

Answers (1)

Rupesh Pawar
Rupesh Pawar

Reputation: 1917

You can use template library

1] Ocular-Template-Library

2] Comper Template Parser

3] Phil Sturgeon Template library

4] Bucket

I would like to recommend Phil Sturgeon's CodeIgniter Template.

Upvotes: 1

Related Questions