Community Member Profile
- Profile: /members/10126-Bugli-Lorenzo.htm
- Comments: 3
- Points: 28
Recent Blog Comments By Bugli Lorenzo
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 15, 2012 at 9:14 AM
@David, yes it's true. I've the same opinion, but there are some cases (like this one) where this pattern helps more than the MVC. It's wrong use it always in programming, but have few view_helpers helps a lot to me.... read more »
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 15, 2012 at 9:09 AM
If there are ansynchronous part to show the best way to implement is use a View_Helper http://www.corej2eepatterns.com/Patterns2ndEd/images/VHMainClass.gif It bypass cont... read more »
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 13, 2012 at 3:33 AM
There's no need of another controller. What you need is something like Zend_View_Helper design pattern. See http://www.javaworld.com/javaworld/jw-11-2004/jw-1101-viewhelper.htmlread more »



