aboutsummaryrefslogtreecommitdiff
path: root/w/class/modeldb.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-10 21:43:24 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-10 21:43:24 +0100
commit2f363e8fa26ab849539e64ff7caa21bd164e8979 (patch)
tree238f2689e44bfc26329f970ced4c678b1ab6818d /w/class/modeldb.php
parent687b1f851abbb28750d2921d4f5beaac24b3249d (diff)
downloadwcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.tar.gz
wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.zip
sidebars-html-inserts
Diffstat (limited to 'w/class/modeldb.php')
-rw-r--r--w/class/modeldb.php5
1 files changed, 5 insertions, 0 deletions
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()