by madmax7774 » Mon Jun 15, 2009 3:23 pm
Thanks so much! I managed to muddle my way through and get what I wanted by building off your answer with:
- Code: Select all
__sql__ = "select i.*, r.Install_Date, r.OS_Support, r.Perf, r.Age, r.Risk, r.Plan_notes, r.Geekbench_score from itfms i left join RiskData r on i.DeviceID = r.DeviceID"
Now all I need to do is to be able to order the fields in list view. After reading the docs, I think I need to use renderRow() and renderRowHeader() methods to do this. However I have encountered a wierd result. it seems anytime I place a file called itfms.php in the table's directory, it causes dataface to stop working and only return a blank page. I have even tried an "empty" file with just: (the php header and footer are there, I can't get them to print in this post)
- Code: Select all
class test {}
Any thoughts?
thanks!
Anything worth doing, is worth overdoing!