diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-10 21:43:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-10 21:43:24 +0100 |
commit | 2f363e8fa26ab849539e64ff7caa21bd164e8979 (patch) | |
tree | 238f2689e44bfc26329f970ced4c678b1ab6818d /w/class/modeldb.php | |
parent | 687b1f851abbb28750d2921d4f5beaac24b3249d (diff) | |
download | wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.tar.gz wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.zip |
sidebars-html-inserts
Diffstat (limited to 'w/class/modeldb.php')
-rw-r--r-- | w/class/modeldb.php | 5 |
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() |