Page 1 of 1

Zend_Controller_Plugin_ActionStack vs. $this->action()

Posted: Fri Mar 27, 2009 9:43 pm
by Theory?
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.