Justin Plock wrote: > Personally, I think the ZF MVC code should be a "best practices" of > sort. ViewRenderer seems very much like an after-thought to me > instead of integrating the View functionality into the Controller > directly. > > I realize the time and effort people have put into all of this code, > but at some point, I think we need to step back and K.I.S. >
I actually think that ViewRenderer is a great solution and as much as possible should be taken out of the action controller and put into action helpers. Regards, Rob...
