PLURALSIGHT OBJECT ORIENTED PHP ESSENTIAL CONSTRUCTS TUTORIAL
- Type:
- Other > Other
- Files:
- 35
- Size:
- 245.47 MiB (257393337 Bytes)
- Uploaded:
- 2015-07-23 11:17 GMT
- By:
- BarCraft
- Seeders:
- 1
- Leechers:
- 0
- Info Hash: 56D4D71A83E2554B5BE709852A1714614C6E4CE4
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