Welcome Guest, Not a member yet? Register   Sign In
non-object Error
#5

Make sure that you have a constructor also.

PHP Code:
class Start extends CI_Controller
{

 
   public function __construct()
 
   {
 
       parent::__construct();
 
   }


What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
non-object Error - by UygarDemirKoç - 03-12-2017, 01:59 AM
RE: non-object Error - by InsiteFX - 03-12-2017, 04:00 AM
RE: non-object Error - by Narf - 03-12-2017, 06:48 AM
RE: non-object Error - by pdthinh - 03-12-2017, 09:19 AM
RE: non-object Error - by InsiteFX - 03-12-2017, 09:28 AM
RE: non-object Error - by Narf - 03-12-2017, 01:50 PM
RE: non-object Error - by marksman - 03-12-2017, 04:30 PM
RE: non-object Error - by UygarDemirKoç - 03-19-2017, 06:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB