Zend_Controller_Plugin_ActionStack vs. $this->action()
Moderator: General Moderators
Zend_Controller_Plugin_ActionStack vs. $this->action()
I understand that each really renders the same result, I'm just curious as to everyone's stance on using one over the other. I know some people like ensuring that all routing happens in the controller, but I feel like one could keep their controllers skinnier if the view is able to make direct calls to models when needed.