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
Available

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