You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
So something along the lines of a Controller that has a "theme" view as a property containing the layout of the page. Then it will inject the action's result in to this view and return it as the response body.
Thinking about it "layout" might be better than "theme" and also this might be better done as some kind of middleware rather than a controller.
Ah, ok. I think that requires a bit more thought, as in a "themed" layout, it is seldom a single section that needs updated while the rest is static.
That is why the "FlexCoders" engine works the other way around, it defines the page with all it's seconds, and then uses HMVC calls to fetch the views for every individual section (which could be just hardcoded HTML of course). It was loosly modeled on Joomla's templating system.
Base controller with a concept of a parent "container" view.
The text was updated successfully, but these errors were encountered: