I need to access a method from a different controller inside another controller. How can I do it? Can I use this->get
method?
Can I include the controller inside my current controller and make a object of it and access the method via the object? Is it "ok" to do it this way?
I want to call the form method --- newAction of the other controller.
See Question&Answers more detail:os