Hi, I have two modules "foo" and "bar" for two different sites. These modules will have shared controllers (BaseControllers, StoryController, etc). They may have their own controllers also. The sites will load via foo.example.com and bar.example.com.
Their layouts, views, scripts, css etc will be completely different for most practical purposes.
I looked at the MVC project on github and noticed there isn't anything with shared controllers. What's would be the recommended approach here?