Welcome Guest, Not a member yet? Register   Sign In
Access functions across controllers?
#4

[eluser]Derek Allard[/eluser]
Just for clarity, (I'm not sure what you mean by "access" functions) but you can use
Code:
class Foo extends Controller {

    function one()
    {
        $this->two();
    }


    function two()
    {
        // do something
    }
}


Messages In This Thread
Access functions across controllers? - by El Forum - 07-18-2008, 12:07 PM
Access functions across controllers? - by El Forum - 07-20-2008, 08:13 AM
Access functions across controllers? - by El Forum - 07-20-2008, 08:27 AM
Access functions across controllers? - by El Forum - 07-20-2008, 08:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB