case strstr($w, 'category'):
                $id = (int) str_replace('category_', '', $w);
                $page = $ci->db->where('id', $id)->get('category')->result_array();
                if (count($page) > 0) {
                    return 'category - ' . $page[0]['name'];