Skip to content

Instantly share code, notes, and snippets.

@el-ikhwan
Created February 15, 2019 09:15
$this->load->library(“pagination”);
// Loading library pagination $config[“base_url”]=”http://localhost/dkpnew”; // base_url $config[“total_rows”]=”100”;
// Total baris $config[“per_page”]= “20”; // per page $this->pagination->initialize($config);
echo $this->pagination->create_links();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment