I just saw my life flash before my eyes and all I could see was a close tag…
Chapter Objectives/Student Learning Outcomes
Create an error-free, simple objected-oriented (OO) modular PHP program
Create a PHP class and make an instance of the class (object)
Create an OO PHP encapsulated program, including GET and SET methods
Create PHP methods (functions) that accept parameters and return information
Create PHP public and private properties (variables)
Import existing PHP code from another file or library into a program
Validate information received ...