$ this-> uri-> uri_to_assoc (5);

$default = array('name', 'gender', 'location', 'type', 'sort');
$array = $this->uri->uri_to_assoc(3, $default);
Glorious Goldfinch