]> git.wh0rd.org - tt-rss.git/commit
Rewrote database support to classes, Fixed strict warning in sanitizedummy.php
authorMarkus Birth <github.com@birth-online.de>
Fri, 15 Mar 2013 09:51:33 +0000 (10:51 +0100)
committerMarkus Birth <github.com@birth-online.de>
Fri, 15 Mar 2013 09:51:33 +0000 (10:51 +0100)
commit65d0cc64a2ca1ce259fbba501b13deaf1870e540
tree0e25c8975c36baf498f05b4f5098daac1db8731c
parent22890ccecae07517850e0004b3f4e82554ee88b7
Rewrote database support to classes, Fixed strict warning in sanitizedummy.php
classes/Db/Abstract.php [new file with mode: 0644]
classes/Db/Interface.php [new file with mode: 0644]
classes/Db/Mysql.php [new file with mode: 0644]
classes/Db/Pgsql.php [new file with mode: 0644]
classes/sanitizedummy.php
include/db.php
include/functions.php