Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Trouble making submissions[Subject Thread] [Add Response]
🕸Fergus Duniho wrote on Tue, Jan 5, 2016 06:13 PM UTC:
I have started the transition to PDO. First, I wrote a test file to make
sure I knew what I was doing. Then, I rewrote the connect_to_database()
function to connect through both mysql and PDO. This did not break anything
using mysql. I then rewrote the itemid() function to use PDO, and it is
working. So we can transition to PDO without doing it all at once. We can
do it one function or file at a time. With that in mind, I can make some
fixes while also changing the database code to use PDO.