Hi there I was wondering if its possible to register plugins for
particular controllers. Ie some controllers dont need to be under
authentication but then some do. Then other controllers i'd like to
show different views etc. I believe if its setup in the bootstrap its
handed across all controllers.
The other question I had in mind is that id like to setup a common
class for initiating registries for configs, cache, databases etc how
is this possible ?
Also the other one is , i have ended up creating complete different
applications for some sub domain applications, but they end up
requiring to share similar configs, same database etc. How is it
possible to structure sub domains to work off the same application /
with different controllers/ / modules for instance. But everything is
sharing the same bootstrap or whatever.
Let me know.