Building a Pageable and Sortable Ajax Enabled DataGrid with PHP5 and PDO

Posted by jay on December 13, 2006 under AJAX, PHP | Be the First to Comment

The title says it all. In this tutorial I’ll explain how to build a dynamic data grid for browsing data. This is not a perfect data grid solution that can be just dropped onto a page, it requires a bit of hands on tweaking, but the end result is pretty amazing.

This code uses AjaxAgent and PHP5’s PDO DataBase Functions. I really like using PDO but if you’re using something else you can very easily modify the code.

Read more of this article »