]> git.wh0rd.org - tt-rss.git/commit
experimental singleton-based Db connection
authorAndrew Dolgov <fox@fakecake.org>
Wed, 17 Apr 2013 09:08:36 +0000 (13:08 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Wed, 17 Apr 2013 09:08:36 +0000 (13:08 +0400)
commit9594791782bb9adbf29018c444ea427fbaeb5ee4
tree03bf4eddfb7b3333e6bfe1eaf3e3ea08aa2e818a
parent857efe49e653787f5408fc014ae71efec68494d5
experimental singleton-based Db connection
classes/db.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/idb.php [new file with mode: 0644]
classes/logger/sql.php