tekrxpuller

Results 1 comments of tekrxpuller

Hi @portapipe, The _construct function is where i had put it in in my Main.php controller file. ```function __construct() { parent::__construct(); $this->load->database(); $this->load->helper('url'); $this->load->library('grocery_CRUD'); $this->load->model('Login_model'); } ``` 🤦‍♂ seems like...