From 7ce7ec4c942e0a3567858ad0ec8e654000b49a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 6 Aug 2013 14:18:03 +0200 Subject: prepare to multi users --- inc/store/store.class.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'inc/store/store.class.php') diff --git a/inc/store/store.class.php b/inc/store/store.class.php index dd7d4cfe..5f8939b9 100644 --- a/inc/store/store.class.php +++ b/inc/store/store.class.php @@ -13,14 +13,10 @@ class Store { } - public function getLogin() { + public function login() { } - public function getPassword() { - - } - public function add() { } -- cgit v1.2.3 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/store.class.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'inc/store/store.class.php') diff --git a/inc/store/store.class.php b/inc/store/store.class.php index 5f8939b9..d6e63014 100644 --- a/inc/store/store.class.php +++ b/inc/store/store.class.php @@ -52,8 +52,4 @@ class 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/store.class.php | 55 ----------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 inc/store/store.class.php (limited to 'inc/store/store.class.php') diff --git a/inc/store/store.class.php b/inc/store/store.class.php deleted file mode 100644 index d6e63014..00000000 --- a/inc/store/store.class.php +++ /dev/null @@ -1,55 +0,0 @@ - - * @copyright 2013 - * @license http://www.wtfpl.net/ see COPYING file - */ - -class Store { - function __construct() { - - } - - public function login() { - - } - - public function add() { - - } - - public function retrieveAll() { - - } - - 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