thekabal / tki

The Kabal Invasion - A web based space exploration (4x) game
Other
11 stars 7 forks source link

All PDO fetch calls need to specify the fetch style/type #60

Open thekabal opened 7 years ago

thekabal commented 7 years ago

Fetching the results as PDO::FETCH_BOTH (the default) takes twice as much memory, since PHP provides access to different column values both through an associative array and a normal array.

http://php.net/manual/en/pdostatement.fetch.php