I'm having some problems overwriting/customizing the list view of a subpanel. Long story short, I'm trying to populate a subpanel with data from a webservice instead of from mysql. So instead of performing a query on mysql database I need to perform a web service call and list that data instead. I've tried several ways of achieving this in an 'upgrade safe' manner but haven't succeeded. Eventually I had to overwrite the process_dynamic_listview_rows method in ListView.php and replace the $data variable with the data from the web service. Obviously this is not the best solution but at this point I found no other way of doing this. Is there an alternative solution that can be achieved without overwriting ListView.php?
Thanks in advance.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks