Spheroman / ThingRanker

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

item.php constructor #4

Closed Spheroman closed 6 months ago

Spheroman commented 6 months ago

Figure out output from PDO and use that to construct an item object. should be fairly simple

Spheroman commented 6 months ago

Remember that pdo will be called outside of the constructor and the output will be passed to the constructor, so you only have to worry about that