Spheroman / ThingRanker

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

Added dynamic table generation according to "Table function" issue to comp.php #66

Closed Tuguldurs526 closed 5 months ago

Tuguldurs526 commented 5 months ago

Modified comp.php to include a new method, generateTable, within the comp class. This method dynamically generates a table for a competition based on its ID. The table is populated with competition entries retrieved from the database using PDO.