Looking for assistance with PHP class
Posted: Thu Aug 12, 2004 1:20 pm
I'm looking for someone who is an advanced PHP coder that might be willing to help me complete a project that at this point, I cannot finish because I am just not experienced enough.
This is basically the project.
I'm building a PHP class that will mimic as closely as possible the ASP.NET datagrid. Basically usage will be declaring the datagrid object and passing the desired parameters to the constructor and creating the column info etc etc.
So far this is what is working as is:
Can create datagrid (obviously)
Can allow or disallow table header
Can set up alternating row styles
Can allow custom defined columns
Can allow custom columns to be editable
Can allow paging (either with prev/next or numerical)
Can allow sorting on custom columns
Can create a button column using either a push button or link button
User can define their own custom function to handle datagrid events
Current Roadblock:
Template Columns where you can define how you want a column to look
ie: more than one field display, custom formating, etc etc
If anyone would be interested in helping out, or even willing to give ideas on how to handle a template column it would be greatly appreciated.
BTW, I'm new to this forum, so I'm hoping it's a great place to find tons of info. Thanks again in advance for any help.
This is basically the project.
I'm building a PHP class that will mimic as closely as possible the ASP.NET datagrid. Basically usage will be declaring the datagrid object and passing the desired parameters to the constructor and creating the column info etc etc.
So far this is what is working as is:
Can create datagrid (obviously)
Can allow or disallow table header
Can set up alternating row styles
Can allow custom defined columns
Can allow custom columns to be editable
Can allow paging (either with prev/next or numerical)
Can allow sorting on custom columns
Can create a button column using either a push button or link button
User can define their own custom function to handle datagrid events
Current Roadblock:
Template Columns where you can define how you want a column to look
ie: more than one field display, custom formating, etc etc
If anyone would be interested in helping out, or even willing to give ideas on how to handle a template column it would be greatly appreciated.
BTW, I'm new to this forum, so I'm hoping it's a great place to find tons of info. Thanks again in advance for any help.