]> git.immae.eu Git - github/wallabag/wallabag.git/commit
création d'une classe store() pour gérer tout type de stockage : sqlite, file, mysql...
authornicosomb <nicolas@loeuillet.org>
Fri, 19 Apr 2013 13:46:04 +0000 (15:46 +0200)
committernicosomb <nicolas@loeuillet.org>
Fri, 19 Apr 2013 13:46:04 +0000 (15:46 +0200)
commit14890de35a19b44df6537e601240fe38ff6a9ed9
tree7802fdcce30bab91c7f97f73fd0456cc0c5d8bd3
parentff4d8c8c1efca0759330906419cb5f36de86d156
création d'une classe store() pour gérer tout type de stockage : sqlite, file, mysql, etc.
inc/config.php
inc/functions.php
inc/store/file.class.php [new file with mode: 0644]
inc/store/sqlite.class.php [new file with mode: 0644]
inc/store/store.class.php [new file with mode: 0644]