From 5d11ae2fd5a88b5605aa70167516a571822f0e06 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 24 Oct 2009 09:10:05 +0000 Subject: use dbservice in all services that need a db git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@406 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/User.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/SemanticScuttle/Service/User.php') diff --git a/src/SemanticScuttle/Service/User.php b/src/SemanticScuttle/Service/User.php index 49951d1..bc9ebfe 100644 --- a/src/SemanticScuttle/Service/User.php +++ b/src/SemanticScuttle/Service/User.php @@ -1,13 +1,11 @@ 'uId', 'username' => 'username', 'password' => 'password'); protected $profileurl; - protected $tablename; protected $sessionkey; protected $cookiekey; protected $cookietime = 1209600; // 2 weeks @@ -569,10 +567,6 @@ class SemanticScuttle_Service_User extends SemanticScuttle_Service return $_SESSION['sessionStable'] == 1; } - // Properties - function getTableName() { return $this->tablename; } - function setTableName($value) { $this->tablename = $value; } - function getFieldName($field) { return $this->fields[$field]; } function setFieldName($field, $value) { $this->fields[$field] = $value; } -- cgit v1.2.3