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

(03-12-2017, 09:28 AM)InsiteFX Wrote: Make sure that you have a constructor also.

PHP Code:
class Start extends CI_Controller
{

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



A constructor that only calls its parent constructor is completely pointless.
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