view = $path["view"] . "fusion.php"; $s = "SELECT DISTINCT product " . "FROM k_fusion " . "WHERE stars = 5 " . "ORDER BY stars DESC; "; $q = $this->db->query($s); while ($r = $q->fetchArray(SQLITE3_ASSOC)){ array_push($this->fusion, new Fusion($this->db, $r["product"])); } $this->title = "Fusion - SWDB"; $this->description = "Fusion chart"; $this->canonical = $root . "fusion/"; } } ?>