Home  >  Article  >  Backend Development  >  shopnc的这种玩法如何弄

shopnc的这种玩法如何弄

WBOY
WBOYOriginal
2016-06-13 12:10:39868browse

shopnc的这种玩法怎么弄
shopnc网站有不少模块,如门户系统,微商城系统,如图
但他们彼此独立互不向往来,但有时要变化,比如,想要把各个网页中的导航统一就不大好办
我试了一下,主要是控制器不一样的事,还有model层也是独立的,难道就没有办法吗?

------解决思路----------------------
shopNC 是经典的商城系统,由于本身已经相当完善了,所以其开发团队利用其资源扩充出了若干频道(板块)
你把他们理解成模块 ,就有问题了
因为模块是附属于主体的,而频道(板块)是相互独立的

当你需要将他们放在一个网站中时,加一个频道导航菜单就可以了
如果各频道间有数据共享的需求,就需要使用它提供的 API 或自己开发 API 了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn