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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…