Book Image

PhpStorm Cookbook

By : Mukund Chaudhary
Book Image

PhpStorm Cookbook

By: Mukund Chaudhary

Overview of this book

Table of Contents (16 chapters)
PhpStorm Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

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