Legacy PHP: Difference between revisions
Jump to navigation
Jump to search
Created page with " Category:PHP" |
No edit summary |
||
Line 1: | Line 1: | ||
== Converting classes to PSR-0 == | |||
PSR-0 autoloading uses file and class naming conventions to map a class to a file path. | |||
Vendor\Package_Name\Class_Name | |||
Vendor/Package_Name/Class/Name.php | |||
[[Category:PHP]] | [[Category:PHP]] |
Revision as of 18:42, 24 March 2020
Converting classes to PSR-0
PSR-0 autoloading uses file and class naming conventions to map a class to a file path.
Vendor\Package_Name\Class_Name Vendor/Package_Name/Class/Name.php