Skip to content

witty/table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Table Creation

Basic usage

$table = Witty::instance('Table');

$table->set_heading('Name', 'Color', 'Size');
$table->add_row('Fred', 'Blue', 'Small');
$table->add_row('Mary', 'Red', 'Large');
$table->add_row('John', 'Green', 'Medium');

echo $table->generate();

detail: http://codeigniter.com/user_guide/libraries/table.html

About

table class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages