Generally speaking, our PSR-0 specification can usually be divided into the following five parts:
(1) The class name space must be consistent with the absolute path
(2) The first part of the class name Letters must be capitalized
(3) Except for the entry file, other php files must have only one class
(4) The php file must be able to be automatically loaded, and there must be no include, etc. (5) Single entrance
Copyright statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.