foreach ($this->db->fetchAll($query) as $row) {
                    $this->categories[$row['cat_id']]['title'] = $row['cat_title'];
                    $this->categories[$row['cat_id']]['order'] = $row['cat_order'];
                }