aurweb/web/lib
canyonknight e171f6f34e Migrate all DB code to use PDO
All DB code currently uses the quickly aging mysql_* functions. These
functions are strongly discouraged and may eventually be deprecated.

Transition all code to utilize the PDO data access abstraction layer. PDO
allows for consistent query code across multiple databases. This could
potentially allow for someone to use a database other than MySQL with
minimal code changes.

All functions and behaviors are reproduced as faithfully as possible with
PDO equivalents and some changes in code.

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2012-09-18 00:58:46 +02:00
..
acctfuncs.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
aur.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
aurjson.class.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
cachefuncs.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
config.inc.php.proto Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
feedcreator.class.php RSS support implemented 2005-06-10 23:07:24 +00:00
gettext.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
pkgfuncs.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
routing.inc.php Use virtual paths for voters page 2012-07-18 08:23:27 +02:00
stats.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
version.inc.php Release 1.9.1 2012-03-09 09:24:52 +01:00