diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 19:34:23 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 19:34:23 +0100 |
commit | 1d463145d3a1dae2ea91f75d4d854ea0ea4c431e (patch) | |
tree | 057057b69d22dbeb70259b65166b8e1247310c2a /app/class/modelhome.php | |
parent | 7fb607b48c181512b31f52a7ef7e302f331ec18d (diff) | |
download | wcms-1d463145d3a1dae2ea91f75d4d854ea0ea4c431e.tar.gz wcms-1d463145d3a1dae2ea91f75d4d854ea0ea4c431e.zip |
home table sort
Diffstat (limited to 'app/class/modelhome.php')
-rw-r--r-- | app/class/modelhome.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/class/modelhome.php b/app/class/modelhome.php index 3ff72c7..5d16062 100644 --- a/app/class/modelhome.php +++ b/app/class/modelhome.php @@ -12,20 +12,13 @@ class Modelhome extends Modeldb $opt = new Opt(Art2::classvarlist()); $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'secure']); - //$table = $listmanager->getlisteropt($opt); - //$listmanager->listcalclinkfrom($table); $opt->settaglist($table); $opt->submit(); - - return $opt; } - public function optupdate() - { - - } + public function table2($table, $opt) |