view within views appears to be a FAQ everywhere, but all responses that I saw until now was the “dumb views” type, like “load static header” your content here “load static footer”.
What if I have a MVC for a frontpage with configurable “slots” (left / right column, etc), with “10 ten news”, “5 most recent podcasts”, “static block”, etc.
Any block is a MVC in itself (its own controler, its own view, etcetera).
Any way to do this with CI with minimal fuss?
