In model/rci_model.php
public function record_count() { return $this->db->count_all(\"produk\"); } public function fetch_countries($limit, $start) { $
Try this one. You wrong when using limit.
$query=$this->db->query("SELECT * FROM produk WHERE id_kategori='Men' order by nama_produk ASC LIMIT $limit, $start");