Course lesson

Create & instantiate a class in PHP

Creating a class in PHP is quite easy with the "new" keyword, and can represent a specific data entity or functionality.

Duration
2 min
Access
Included
Transcript
Retained from source evidence

Creating a class in PHP is quite easy with the "new" keyword, and can represent a specific data entity or functionality.