Skip to content

HTML Table ext for DMZ

World Wide Web Server edited this page Jul 4, 2012 · 14 revisions

[b][color=red]ATTENTION:[/color][/b] this extension is third-party, so don't bother Phill with questions about it.

Features are:

  • well documented

  • label from $validation / custom label

  • mapping by $validation[‘field’][‘values’] / custom array mapping

  • custom callback-generated fields

  • autopagination with native CI paginator when _paged

  • table elements attributes assigned automaticaly

This extension works in the similar way as original HTML Form extension.

All it does is provide [b]render_table()[/b] method that builds html code based on settings given by user. It can save some time for you and make table-generation part of the view more readable. Extension is shipped with two table templates: object_per_row and object_per_column.

Docs are included in distrib.File:dmz_htmltable.zip

[url=http://codeigniter.com/forums/viewthread/150077/]Forum thread.[/url]

Category:DMZ Extensions

Clone this wiki locally