Friday, October 5, 2012

Object-oriented programming tutorial: Overloading property access in PHP | lynda.com

This object-oriented programming tutorial shows how to build in failsafes for missing or out-of-scope properties with a get method. Watch more at www.lynda.com Author Jon Peck also shows how to make a property protected in order to invoke the get method. This tutorial is a single movie from the third chapter of the Object-Oriented Programming with PHP course presented by lynda.com author Jon Peck. The complete course is 1 hour and 48 minutes long and shows how to integrate the principles of object-oriented programming into the build of a PHP-driven web page or application. Introduction 1. Introduction to Object-Oriented Programming 2. Creating your first Object 3. Overloading with Magic Methods 4. Accessing classes without instantiation 5. Class relationships and interactions 6. Built in PHP Objects 7. Design patterns Conclusion

No comments:

Post a Comment