aboutsummaryrefslogtreecommitdiff
path: root/w/class/controllerdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/controllerdb.php')
-rw-r--r--w/class/controllerdb.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/w/class/controllerdb.php b/w/class/controllerdb.php
index f21d265..54a9de1 100644
--- a/w/class/controllerdb.php
+++ b/w/class/controllerdb.php
@@ -11,31 +11,8 @@ class Controllerdb extends Controller
public function __construct()
{
parent::__construct();
- $this->artmanager = new Modelart();
-
- }
-
- public function fetch()
- {
- $datas = $this->artstore->fetch();
- return $datas;
- }
-
- public function desktop()
- {
-
-
- $this->dbinit();
- var_dump( $this->fetch());
-
-
- }
-
- public function add()
- {
- $user = $usersDB->where( 'name', '=', 'Joshua Edwards' )->fetch();
}