SHOPNC website has many modules, such as portal system, micro-mall system,
But they are independent of each other, but sometimes they have to change, for example, to unify the navigation on each page.
I tried, the main controller is not the same thing, and the model layer is also independent, there is no way?
Reply to discussion (solution)
SHOPNC is a classic mall system, because it is already quite perfect, so its development team to use its resources to expand a number of channels (plate)
You understand them as modules, there's a problem.
Because the module is attached to the main body, and the channel (plate) is independent of each other
When you need to put them in a website, add a channel navigation menu to it.
If there is a need for data sharing between channels, you will need to use the APIs it provides or develop your own APIs.
SHOPNC is a classic mall system, because it is already quite perfect, so its development team to use its resources to expand a number of channels (plate)
You understand them as modules, there's a problem.
Because the module is attached to the main body, and the channel (plate) is independent of each other
When you need to put them in a website, add a channel navigation menu to it.
If there is a need for data sharing between channels, you will need to use the APIs it provides or develop your own APIs.
Yes, it should be called Channel, I have a problem with the description.
But, you said add a channel navigation menu on it, I think it is difficult to achieve. Because each channel of this system, own navigation is cannot add in other channel, for example you use include a top.php, it will error.