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?
1 Answer
You can use template library
3] Phil Sturgeon Template library
4] Bucket
I would like to recommend Phil Sturgeon's CodeIgniter Template.