Categories
Search

Advanced Search
Adsense Secrets
 »  Home »  Authors »  Dennis Pallett
Dennis Pallett

Dennis Pallett is a young web developer, currently still studying. He owns several websites, including PHPit (http://www.phpit.net) and WebDev-Articles (http://www.webdev-articles.com). If you would like to reach him, you can contact him at writing@nocertainty.com

 

Articles by Dennis Pallett
» An Extensive Examination of the PHP DataGrid Component: Part 1
By Dennis Pallett | PHP | Unrated
One of the most common tasks in PHP is retrieving data from a database table, and creating a HTML table to output that data. It is done in almost every project, and it is usually a really boring task, because the code is always nearly the same, but not just same enough to be able to copy it.