Welcome Guest, Not a member yet? Register   Sign In
passing data from controller to my library [SOLVED]
#3

Controller:
PHP Code:
$this->load->library('mylibrary');
$this->mylibrary->popular($this->uri->segment(3));
//or: $this->mylibrary->popular($data['page']); 
Reply


Messages In This Thread
RE: passing data from controller to my library - by Wouter60 - 09-10-2018, 10:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB