Welcome Guest, Not a member yet? Register   Sign In
CI and instantiating classes
#2

[eluser]jedd[/eluser]
[quote author="Jow272" date="1258835507"]

Code:
class Address extends MY_Controller{
   // constructor
   function __construct($address = NULL)
   {
      // load the parent controller
      parent::Controller();
[/quote]

The parent controller of anything that extends MY_Controller is not Controller(), but MY_Controller().


Messages In This Thread
CI and instantiating classes - by El Forum - 11-21-2009, 08:31 AM
CI and instantiating classes - by El Forum - 11-21-2009, 10:17 AM
CI and instantiating classes - by El Forum - 11-21-2009, 11:10 AM
CI and instantiating classes - by El Forum - 11-21-2009, 11:58 AM
CI and instantiating classes - by El Forum - 11-21-2009, 12:21 PM
CI and instantiating classes - by El Forum - 11-21-2009, 12:43 PM
CI and instantiating classes - by El Forum - 11-22-2009, 03:54 AM
CI and instantiating classes - by El Forum - 11-22-2009, 06:28 AM
CI and instantiating classes - by El Forum - 11-22-2009, 06:50 AM
CI and instantiating classes - by El Forum - 11-22-2009, 09:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB