Home > Backend Development > PHP Tutorial > thinkPHP 多个应用,比如一个系统有Web、微网站,还有对外接口,如何公用业务逻辑?

thinkPHP 多个应用,比如一个系统有Web、微网站,还有对外接口,如何公用业务逻辑?

WBOY
Release: 2016-06-06 20:27:24
Original
1290 people have browsed it

目前采用的ThinkPHP框架,有Web、微网站,还有与第三方合作的接口。

ThinkPHP框架如何支持多应用公用一套业务逻辑代码?或者其他的解决办法。

有没有PHP框架能直接支持这样的架构

回复内容:

目前采用的ThinkPHP框架,有Web、微网站,还有与第三方合作的接口。

ThinkPHP框架如何支持多应用公用一套业务逻辑代码?或者其他的解决办法。

有没有PHP框架能直接支持这样的架构

你可以看一下ThinkPHP的多层MVC,或者使用RPC,都可以实现

这是架构问题,不属于web框架的范畴

业务封装成接口。所有要展示数据的地方都调用接口。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template