Welcome Guest, Not a member yet? Register   Sign In
CI 2.0 update now code isn't working
#2

[eluser]Frank Rocco[/eluser]
I would try changing:
Code:
$this->load->model(array('Common','Customers_model'));
to
$this->load->model('Common');
$this->load->model('Customers_model');


Messages In This Thread
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 08:08 AM
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 08:29 AM
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 08:37 AM
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 09:23 AM
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 09:35 AM
CI 2.0 update now code isn't working - by El Forum - 02-18-2011, 11:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB