It would be more logical to move the core controllers into the
same folder as their views assets (which can be a hassle when
working on a core controller like expComments)...this could be
accomplished in one of two ways with the most recent code that
looks for assets in the same folder instead of assuming they are in
the /framework/modules folder.
- Move all but expController & expRecord out of
/framework/core into the /framework/modules/core folder
- or move the /framework/modules/core items into /framework/core,
however this will create logically grouping situation since we
already have all the system wide assets and views in those
folders
It MUST be noted that we can't move expController (or
expRecord?) into the /framework/modules folder since it is
traversed looking for modules unless we rewrite that code also.