diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
commit | 85824de70ded75c98bd50220160e2171fdc8df41 (patch) | |
tree | 11480f65ff97ddbb3ea4806ff1f313628ced15a0 /w/class/controllerdb.php | |
parent | 36ef34af2abcdea63a73b578208f20ca40b52f49 (diff) | |
download | wcms-85824de70ded75c98bd50220160e2171fdc8df41.tar.gz wcms-85824de70ded75c98bd50220160e2171fdc8df41.zip |
render working and url auto link
Diffstat (limited to 'w/class/controllerdb.php')
-rw-r--r-- | w/class/controllerdb.php | 23 |
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(); } |