From 8d3275bee488d058c6ff0efe6e81d20a584d3709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 6 Aug 2013 15:51:48 +0200 Subject: multi user --- inc/store/file.class.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'inc/store/file.class.php') diff --git a/inc/store/file.class.php b/inc/store/file.class.php index ad20937d..c9d85dcc 100644 --- a/inc/store/file.class.php +++ b/inc/store/file.class.php @@ -44,8 +44,4 @@ class File extends Store { public function getLastId() { } - - public function updateContentById($id) { - - } } -- cgit v1.2.3 From bc1ee8524e0769ad37e3c4c02cfe96d2f60e52f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 7 Aug 2013 14:24:07 +0200 Subject: postgres --- inc/store/file.class.php | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 inc/store/file.class.php (limited to 'inc/store/file.class.php') diff --git a/inc/store/file.class.php b/inc/store/file.class.php deleted file mode 100644 index c9d85dcc..00000000 --- a/inc/store/file.class.php +++ /dev/null @@ -1,47 +0,0 @@ - - * @copyright 2013 - * @license http://www.wtfpl.net/ see COPYING file - */ - -class File extends Store { - function __construct() { - - } - - public function add() { - - } - - public function retrieveOneById($id) { - - } - - public function retrieveOneByURL($url) { - - } - - public function deleteById($id) { - - } - - public function favoriteById($id) { - - } - - public function archiveById($id) { - - } - - public function getEntriesByView($view) { - - } - - public function getLastId() { - - } -} -- cgit v1.2.3