javascript - How to avoid duplication of development and maintenance of multiple versions when providing enterprise services? How to design front-end and back-end PHP to improve scalability?
黄舟
黄舟 2017-05-16 13:15:24
0
1
327

Use PHP to develop enterprise service systems. Different versions of the system must be provided for different customers. The system requirements of each version are mostly the same. How to avoid repeated development and maintain multiple versions, and how to design the front-end and back-end PHP. Can it improve scalability? The current idea is probably to split functions, modularize the front-end and add routing, dynamically generate pages, and split the backend into subsystems, modularize, and have finer granularity. However, there is no specific plan. Where can I find a reference?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all (1)
阿神

According to the current popular thinking, it should be in the form of hooks and plug-ins. Can be installed and uninstalled on a case-by-case basis. Each function is treated as a plug-in, and the corresponding front-end and back-end files are made into a package.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!