D
data hiding

The ability to restrict and control access to data members; also called data protection

data member

A variable declared within a class but outside any method; also called a property or instance variable

Data Source Name (DSN)

The specification of the driver and resources necessary to create a PHP Data Object

deprecated

No longer recommended usage, obsolete; for example, "The is_a function is deprecated as of PHP 5." (The deprecated entity will eventually be extinct from the language.)

design pattern

A general description of a solution to a design problem; somewhat akin to an abstract class or interface, but even less specific

destructor

The opposite of a constructor, invoked automatically whenever an object goes out ...

Get Object-Oriented PHP 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.