Scott - 2006-09-05 23:53:43
Your dataGrid class is really great! I'm pretty new to PHP, so the amount of open source code that I have found on the internet has really helped me learn a lot.
I'm working on an application where I need to display some records from a table and supply a link that will take the user to another page. I need to be able to pass in the primary key of the record that was clicked on when the next page loads. Is there an easy way I could do that with your class?