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