PHP: Application: index

Notes

Apache

  • Application is set up to use Apache web server (uses .htaccess file for front controller management).

Articles

Test

  • HTTP tests: tests/HTTP/HTTPTests.http

Notes

Refactoring ideas

  • Move some common code to a general library to have lighter applications

ApplicationFactoryFactory

  • use interfaces for RequestHandlerFactory, SpecificModuleControllerInstantiator;