Welcome Guest, Not a member yet? Register   Sign In
Accesing Controller Data from module
#3

[eluser]Uto[/eluser]
[quote author="pistolPete" date="1240584759"]What do you mean by "parent" controller, do you mean class inheritance?
Code:
Parent_controller extends Controller {
   protected $data;
}

Some_controller extends Parent_controller{
   function test()
   {
      $this->data;
   }
}
[/quote]

Well, I explained it badly. I mean the "calling" controller, like:

In the controller:
Code:
$this->someproperty = 10;
$this->load->module("mymodule");

In the module:
Code:
$x = $this->callingcontroller->someproperty;


Messages In This Thread
Accesing Controller Data from module - by El Forum - 04-24-2009, 03:35 AM
Accesing Controller Data from module - by El Forum - 04-24-2009, 03:52 AM
Accesing Controller Data from module - by El Forum - 04-24-2009, 04:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB