Log in

View Full Version : How do I fetch poll results from an external script?


Viper007Bond
07-27-2008, 11:24 PM
I've been playing around with the DataManager and I can't figure out how to fetch the results of a poll. They seem more designed to insert or edit rather than fetch.

What do I need to do to get how many people voted for each option?

Viper007Bond
07-29-2008, 09:20 AM
Anyone? I'm not looking for coding support specifically (I can handle that as I'm well versed in PHP/MySQL), it's just the documentation of the DataManager classes is rather poor.

Marco van Herwaarden
07-29-2008, 09:49 AM
As you alrerady noticed, DataManagers are used to manage the data (ie, insert, edit, delete).

Never worked with poll votes myself, but the vote results are most likely part of the $threadinfo variable. Otherwise they probably need to be fetched manually.