- PhpStorm Cookbook
- Mukund Chaudhary Ankur Kumar
- 70字
- 2025-02-21 22:11:16
Chapter 2. PHP Development
In this chapter, we will cover the following topics:
- Creating a PHP project using Composer
- Creating an empty project
- Reusing an existing project
- Creating a new PHP class
- Creating a new PHP method
- Adding the getter/setter methods
- Creating delegate methods
- Surrounding code with control structures
- Finding the matching brace
- Commenting out a section of code and PHPDoc
- Creating a working set
- Creating TODO tasks