Spheroman / ThingRanker

a work in progress pairwise thing ranker for simple decision making
http://ranker.jacklucksack.com
3 stars 2 forks source link

merge to main #44

Closed Spheroman closed 6 months ago

Spheroman commented 6 months ago

I added the sql function to the pairing.php. I kept the parameters and added a new one, $pdo. It should also be sql injection protected and return a string.

Also I added player and winner to the construct function. It seem needed in the sql function but I don't know if it clashes with any of the requirements for the construct function. I'll review it in the get pairing pull request