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.
|