So I have been working with PDO for a couple of months now, however I have come to a hitch. I want to store the contents of a specified database into an array, grouped by their primary keys. (Instead of the useless way PDO fetchAll() organises them).So I have been working with PDO for a couple of