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

WeberDev.com: PHP 101 (part 14): Going To The Polls

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part One

Zend Developer Zone: PHP Built in Input filtering

PHPBuilder.com: Add NoSQL Data Storage to Your PHP Development with Redis

PHPMaster.com: Integrating Open Authentication using Opauth


Community Events











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


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

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