Migrating Legacy Applications for PHP Developers: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Topics == * Autoloading * Composer" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
* Autoloading | * Autoloading | ||
* Composer | * Composer | ||
* Testing | |||
* Database abstraction (PDO, Doctrine) | |||
=== Composer === | |||
=== Autoloading === | |||
* Manual class mapping with <code>spl_autoload_register</code> | |||
* PSR-0 | |||
* PSR-4 |
Latest revision as of 18:00, 25 October 2021
Topics
- Autoloading
- Composer
- Testing
- Database abstraction (PDO, Doctrine)
Composer
Autoloading
- Manual class mapping with
spl_autoload_register
- PSR-0
- PSR-4