Welcome Guest, Not a member yet? Register   Sign In
Parent::controller
#3

[eluser]InsiteFX[/eluser]
If your running CodeIgniter v2.0.+ then you have to change Controller to CI_Controller and Model to CI_Model
also the constructor is new!
Code:
public function __construct()
{
    // NOTE: The constructor is not need unless you are setting parameters!
    parent::__construct();
}

InsiteFX


Messages In This Thread
Parent::controller - by El Forum - 07-27-2011, 06:18 AM
Parent::controller - by El Forum - 07-27-2011, 06:49 AM
Parent::controller - by El Forum - 07-27-2011, 07:10 AM
Parent::controller - by El Forum - 07-28-2011, 12:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB