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

php|architect: php|architect Introduces New Training Courses

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter (Part 2)

DynamicWebPages.de: Online Ajax and PHP Seminar

Joshua Eichorn\'s Blog: HTML_AJAX 0.3.1 Released

The Bakery: Advanced Pagination (1.2)


Community Events











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


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

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