Closed Spheroman closed 6 months ago
Figure out output from PDO and use that to construct an item object. should be fairly simple
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
Figure out output from PDO and use that to construct an item object. should be fairly simple