tags:

views:

272

answers:

2

I'm looking for a decent class in PHP which will generate complex HTML tables, i.e. it should support colspan/rowspan and individual CSS classes for rows, columns and cells.

+1  A: 

Check out these (somewhat outdated) PEAR packages

Gordon
Thanks, those are the only somewhat usable options. But... well, I'll probably end up writing a library myself. Thanks anyway.
christian studer
A: 

There's a very cool library, but unfortunately not standalone: It's a Kohana framework module:

http://kohana.keyframesandcode.com/docs/modules/table/

christian studer