Benjamin Eberlei wrote:
I'd like some feedback if someone has Use-Cases for this issue
(other then the
ones i will specifiy later) or sees potential dangerous problems
occuring to
existing applications with this change.
I can't see any problems in terms of code. Zend_Controller_Action
doesn't change its behaviour. And it allows do write very short
controller without thinking about all the magic in the base class. On
the other hand it (could) changes conventions defined by this magic in
Zend_Controller_Action, which might reading or maintaing code more
complicated.
nico