News Feed
Jobs Feed
Sections




News Archive
David Otton's Blog:
PHP Tip Classes Aren't Derived From stdClass
November 16, 2008 @ 10:54:53

David Otton has shared a discovery he's come across in his development - user-defined classes are not derived from stdClass.

Many OO languages have the concept of a single base class from which all other classes are explicitly or implicitly descended. For example, Ruby, Java and .NET all have Object. It's a very common belief that PHP implements stdClass as a base class for all objects, but this is in fact not the case.

He illustrates with a code example showing the results of calls to instanceof with a normal user class and one that extends the stdClass object.

0 comments voice your opinion now!
class stdclass standard example instanceof


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 2: View Helper Pattern

Leon Chevalier's Blog: Improve website load time by 500% with 3 lines of code

WebReference.com: Creating a Custom RSS Feed with PHP and MySQL

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

NetTuts.com: Create WordPress Plugins with OOP Techniques


Community Events











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


functional example phpunit testing interview introduction object opinion series zendframework2 framework application podcast language code development community release unittest database

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