Images

Manipulating Objects

Images To view the accompanying video for this lesson, please visit mhprofessional.com/nixonphp/.

PHP is so much more than simply a scripting language because it also offers the power and flexibility of object-oriented programming (OOP). This is a style of programming in which the data used by a program, and the code to manipulate it, are all provided together in bundles called objects.

   For example, a standard (or procedural) programming language will treat data and code as two separate entities, although some steps toward using ...

Get PHP: 20 Lessons to Successful Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.