Zend_Controller_Plugin_ActionStack vs. $this->action()

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Theory?
Forum Contributor
Posts: 138
Joined: Wed Apr 11, 2007 10:43 am

Zend_Controller_Plugin_ActionStack vs. $this->action()

Post 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.
Post Reply