Migrating Legacy Applications for PHP Developers

From Rixort Wiki
Revision as of 19:00, 25 October 2021 by Paul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Topics

  • Autoloading
  • Composer
  • Testing
  • Database abstraction (PDO, Doctrine)

Composer

Autoloading

  • Manual class mapping with spl_autoload_register
  • PSR-0
  • PSR-4