News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Populating datagrid techniques with PHP
July 19, 2011 @ 09:25:46

In a new post to his blog Gonzalo Ayuso looks at the code required to populate a jQuery data grid with the records as pulled from a (MySQL) database.

Today I want to speak about populating datagrid techniques with PHP. At least in my daily work datagrids and tabular data are very common, because of that I want to show two different techniques when populating datagrids with data from our database. Maybe it's obvious, but I want to show the differences.

He uses "old school spaghetti code" rather than a framework to keep things simple and pulls the data from the database with a PDO connection. This information is then manually pushed into an HTML table and the data grid functionality is applied to it. The other method involves a little bit of JSON magic that the data grid library pulls in and populates for you, still appending rows to a table.

He notes that the second method seems faster to the user since the page and table are rendered first, but it also comes at the cost of more than one HTTP request.

0 comments voice your opinion now!
datagrid jquery technique preload ajax json


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Solar 0.23.0 Released

Paul Jones' Blog: Solar 0.27.0 and 0.27.1 Released

NetTuts.com: Build Ajax Data Grids with CodeIgniter and jQuery

Community News: Simplicity PHP Framework

Jim Plush's Blog: MyBic - New Release and SourceForge Ranking


Community Events











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


introduction code development object zendframework2 framework tool functional community unittest application podcast release interview opinion example phpunit language testing series

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