Welcome Guest, Not a member yet? Register   Sign In
Execute a controller function inside other controller function
#1

[eluser]Unknown[/eluser]
Is possible to execute a controller function inside other controller function.

For isntance
I have 2 controller A,B

A->foo - function controller
B->bar - function.

I want to execut in A->foo , B->bar

class A
{
function foo()
{
....
B->bar

}
}


Messages In This Thread
Execute a controller function inside other controller function - by El Forum - 04-25-2009, 06:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB