From 1d463145d3a1dae2ea91f75d4d854ea0ea4c431e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 5 Dec 2018 19:34:23 +0100 Subject: home table sort --- app/class/modelhome.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'app/class/modelhome.php') 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) -- cgit v1.2.3