From 00ba74e0c407a80f11bdd9724f9e8f885dc725e9 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 24 Oct 2009 08:05:00 +0000 Subject: introduce dbservice, a service base class that has a database variable, table variable and getter/setter for table git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@400 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/Bookmark.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/SemanticScuttle/Service/Bookmark.php') diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php index fd88156..98259d7 100644 --- a/src/SemanticScuttle/Service/Bookmark.php +++ b/src/SemanticScuttle/Service/Bookmark.php @@ -1,8 +1,6 @@ attachTags( + $aok = $b2tservice->attachTags( $bId, $categories, $fromApi, $extension, false, $fromImport ); if (!$aok) { @@ -680,11 +678,6 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_Service $this->db->sql_query($query); } - - // Properties - function getTableName() { return $this->tablename; } - function setTableName($value) { $this->tablename = $value; } - } ?> -- cgit v1.2.3