this paper introduced a lightweight Model-View-
Controller-liked (MVC-like) format of PHP programming that
combined the traditional PHP programming format with the
MVC architecture of PHP and set the advantages of both to
optimize the programming of PHP. The idea to realize the
lightweight MVC-liked format of PHP is adjustment based on
the traditional PHP programming format which was added in
the MVC architecture. And through using the abstracted
simple document of classes to fulfill the corresponding model,
view and controller function, this new format achieved
combination of class package and function package with the
subject. All the algorithms proposed in this paper were tested
and verified to be feasible. Besides, the analysis and judgment
of this new format’s prospect was done in the end.