- Course
Object-oriented PHP: Essential Constructs
A start to object-oriented PHP that will take a student from concept to a working form generator application.
- Course
Object-oriented PHP: Essential Constructs
A start to object-oriented PHP that will take a student from concept to a working form generator application.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
A tour of object-oriented constructs in the PHP language including classes, objects, properties, and methods. The course details the construction of objects and how to use them to contain and define real software models. A form generator application is included that generates a form, receives the request with form data, processes the form data by passing it through a series of validation classes, finally returning a response. The complete request/response cycle is walked through.