Home > Article > Backend Development > How to implement core/plugin design in PHP
I just want to be able to achieve a design architecture based on
core/plugin similar to
wordpress,
Weimeng,
discuz
ps: I think this kind of design is in line with the characteristics of php
I just want to be able to achieve a design architecture based on
core/plugin similar to
wordpress,
Weimeng,
discuz
ps: I think this kind of design is in line with the characteristics of php
http://justcoding.iteye.com/b...
This article should be used as a reference.
By the way, I am also planning to add plug-in functions to my project recently, but I plan to implement it in an OOP way and put it in a service container, which is exactly the opposite of the question.