News Feed
Jobs Feed
Sections




News Archive
Sherif Ramadan:
PHP OOP Objects Under The Hood
December 04, 2012 @ 09:15:27

In another of his series looking "under the covers" at what actually happens in the PHP language during its use, Sharif Ramadan has posted this look at the object handling in PHP's OOP functionality.

I would love to take a good long look under the hood at just how PHP objects and classes do the work that they do, and hope that you could benefit from that knowledge. [There are] many questions that come across my desk, on a regular basis, from developers and beginner PHP enthusiasts that I've worked with over the years, and are some of the key points this article attempts to help you answer.

He talks about classes "giving birth" to objects, how they're stored internal to PHP and how they provide the "blueprints" for it to lay out the storage of the object's data. He talks about using identifiers for variable/property access, object handlers and how "$this" fits into all of it. He notes that OOP, while a major part of PHP now, wasn't in the initial versions (until around PHP4). He finishes off the post talking about lateral/vertical context switching, the lifecycle of an object and the "early binding problem" and class scope.

0 comments voice your opinion now!
oop language class object detail lowlevel behindthescenes


blog comments powered by Disqus

Similar Posts

Attila Szabo's Blog: Send SMS messages from your website through smsBug gateway

ActsAsFlinn Blog: PHP and ActiveRecord (continued)

BinaryTides.com: Javascript style object literals in PHP

Community News: Flourish (an OOP PHP5 Library)

Jeff Moore's Blog: Let Your Properties be Properties


Community Events











Don't see your event here?
Let us know!


usergroup language testing framework conference interview functional rest opinion zendframework2 google development community podcast phpunit introduction symfony2 database release series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework