Welcome Guest, Not a member yet? Register   Sign In
re-direct controller to controller
#4

[eluser]Derek Allard[/eluser]
Depending on what you're looking for, there's also this

Code:
function method1()
{
     // do something here
     $this->method3($somevar);
}

function method2()
{
     // do something here
     $this->method3($somevar);
}

function method3($somevar)
{
     // do something here with $somevar
     return $somevar;
}


Messages In This Thread
re-direct controller to controller - by El Forum - 04-26-2008, 03:01 PM
re-direct controller to controller - by El Forum - 04-26-2008, 03:46 PM
re-direct controller to controller - by El Forum - 04-27-2008, 05:50 AM
re-direct controller to controller - by El Forum - 04-27-2008, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB