News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Pivot tables in PHP
January 25, 2010 @ 08:45:51

In this new post today Gonzalo Ayuso shows how to make "pivot tables" (at least the concept) in a PHP script to modify a data set and transform it into something else.

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 me).

His examples takes a few rows of records from a MySQL result and shows how, with the help of a library he's developed, he can make a few commands and fetch just the data he needs including the column to pivot on. A few more examples are also included.

0 comments voice your opinion now!
pivot table tutorial library group


blog comments powered by Disqus

Similar Posts

Sameer Borate's Blog: Read the version of a PDF in PHP

Boston PHP User Group: Chris Shiflett Presents on the Zend Framework

DevShed: Building a Search Engine with MySQL and PHP 5

PEAR Blog: The elections are still going!

DevShed: Building Site Registration for Web Application Security


Community Events











Don't see your event here?
Let us know!


release introduction usergroup conference rest series community testing database opinion framework symfony2 functional interview podcast zendframework2 development phpunit language example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework