froscon2008 - 1.1
FrOSCon
Free and Open Source Software Conference
Speakers | |
---|---|
![]() |
Sebastian Bergmann |
Schedule | |
---|---|
Day | Day 1 (2008-08-23) |
Room | HS6 |
Start time | 16:30 |
Duration | 01:00 |
Info | |
ID | 224 |
Event type | lecture |
Track | PHP |
Language used for presentation | en |
Feedback | |
---|---|
Did you attend this event? Give Feedback |
Understanding the PHP Object Model

Initially designed for "simple" Web programming, PHP has developed to a general-purpose object-oriented language making strong inroads into large-scale, business-critical Web systems. As of version 5 the PHP language features an object model that is similar to the ones of Java and C# and integrates ideas from other programming languages.
This talk will give an overview of PHP's object model, covering both basic OOP concepts such as interfaces, classes, and objects as well as PHP's "magic" interceptor methods.