PHPDeveloper.org: Gonzalo Ayuso's Blog: Pivot tables in PHP



It’s not very difficult to handle pivot tables by hand but the work is always the same: groups by, totals, subtotals, totals per row… Now I want to write a class to pivot tables in PHP with the most common requirements (at least for …

Continued here:
PHPDeveloper.org: Gonzalo Ayuso's Blog: Pivot tables in PHP



Leave a Reply