Migrating Legacy Applications for PHP Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
* Testing | * Testing | ||
* Database abstraction (PDO, Doctrine) | * 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