The thinkphp framework currently in use is web, micro-site, and interface with third-party collaboration.
How does the thinkphp framework support a common set of business logic codes for multiple applications? or other solutions.
Is there a PHP framework that can directly support such architectures
Reply content:
The thinkphp framework currently in use is web, micro-site, and interface with third-party collaboration.
How does the thinkphp framework support a common set of business logic codes for multiple applications? or other solutions.
Is there a PHP framework that can directly support such architectures
You can take a look at thinkphp's multilayer mvc, or use RPC, to implement
This is an architectural problem, not part of the web framework
The business is packaged as an interface. All the places where the data will be displayed are called interfaces.