Homepage

Welcome to 2ITF - PHP8 Course, the project site containing all the course examples and exercises (with preview) used in the PHP part of the course Web Applications in PHP.

PhpStorm settings

The following PhpStorm settings (menu File > Settings) are recommended for an improved development experience.

  • Go to PHP:
    • Set PHP Language level to 8.1
PHP 8.1
  • Go to Directories:
    • Set public_html as Resource Root
Resource rote
  • Go to Editor > General > Auto Import:
    • Check Enable auto-import in file scope
    • Change Class to prefer import
Auto import