以下のコードを確認してください:
$data["results"] = $this->useer_model->mysqli_fetch_row($config["per_page"], $page);
$str_links = $this->pagination->create_links();
$data["links"] = explode(' ',$str_links );
以下のコードを確認してください:
$data["results"] = $this->useer_model->mysqli_fetch_row($config["per_page"], $page);
$str_links = $this->pagination->create_links();
$data["links"] = explode(' ',$str_links );