Object-oriented PHP: Essential Constructs
By Daryl Wood
Course info



Course info



Description
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.