ErrorException [ Fatal Error ]: Call to undefined method Web_model::get_infografis()

FCPATH/application/controllers/tampil.php [ 2282 ]

2277             }
2278         } else {
2279 
2280             //pagination
2281             $url = base_url().'tampil/infografis/';
2282             $res = $this->web_model->get_infografis('numrows');
2283             $per_page = 24;
2284             $config = paginate($url, $res, $per_page, 3);
2285             $this->pagination->initialize($config);
2286 
2287             $this->web_model->limit = $per_page;
  1. {PHP internal call} » MY_Exceptions::shutdown_handler()

Environment