From 2f363e8fa26ab849539e64ff7caa21bd164e8979 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 10 Nov 2018 21:43:24 +0100 Subject: sidebars-html-inserts --- w/class/modeldb.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'w/class/modeldb.php') diff --git a/w/class/modeldb.php b/w/class/modeldb.php index 0d4e630..a5ebf6f 100644 --- a/w/class/modeldb.php +++ b/w/class/modeldb.php @@ -31,6 +31,11 @@ class Modeldb extends Model return $artlist; } + public function list() + { + return $this->artstore->getAllIds(); + } + public function getlisterid(array $idlist = []) { $artdatalist = $this->artstore->query() -- cgit v1.2.3