Welcome Guest, Not a member yet? Register   Sign In
insert not working.
#2

[eluser]CroNiX[/eluser]
Code:
public function __construct()
{
  parent::__construct(); //Always point the construct back to the parent class, IF you are doing something in the construct (you're loading the db here, so it's necessary)
  $this->load->database();
}


Messages In This Thread
insert not working. - by El Forum - 06-11-2012, 11:29 AM
insert not working. - by El Forum - 06-11-2012, 11:55 AM
insert not working. - by El Forum - 06-11-2012, 12:01 PM
insert not working. - by El Forum - 06-11-2012, 12:03 PM
insert not working. - by El Forum - 06-11-2012, 12:05 PM
insert not working. - by El Forum - 06-11-2012, 12:10 PM
insert not working. - by El Forum - 06-11-2012, 12:12 PM
insert not working. - by El Forum - 06-11-2012, 12:14 PM
insert not working. - by El Forum - 06-11-2012, 12:16 PM
insert not working. - by El Forum - 06-11-2012, 12:17 PM
insert not working. - by El Forum - 06-11-2012, 12:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB