pokemon-showdown-client/lib
Guangcong Luo 638c117db0 Refactor database to use prepared statements
Prepared statements are much better than manually constructing queries,
but PHP's MySQLi prepared statement syntax sucks.

So does PDO's, but we're abstracting it out so we can make it not suck,
and give it the syntax it should always have had. Which is what this
does.

Yay, finally.
2016-10-20 21:12:06 -04:00
..
dispatcher.lib.php Save name capitalization changes 2016-03-08 05:08:26 -05:00
ntbb_sessions.sql Move session library inside repository 2016-10-20 13:16:06 -04:00
ntbb-database.lib.php Refactor database to use prepared statements 2016-10-20 21:12:06 -04:00
ntbb-friendlist.sql Friendlist: serverside client code (so that friends can be added etc.) 2013-11-12 23:13:57 +01:00
ntbb-ladder.lib.php Refactor database to use prepared statements 2016-10-20 21:12:06 -04:00
ntbb-ladder.sql Update ntbb_ladder.sql 2016-03-18 11:43:04 -04:00
ntbb-session.lib.php Refactor database to use prepared statements 2016-10-20 21:12:06 -04:00
ntbb-users.sql Move session library inside repository 2016-10-20 13:16:06 -04:00