News Feed
Jobs Feed
Sections




News Archive
Jacob Santos's Blog:
Don't Advocate Inner Classes
August 11, 2006 @ 07:38:43

Jacob Santos talks in this new blog post about something that, if added to PHP, just might be more trouble than it's worth - inner classes.

Inner Classes are contained in parent classes and offer a sort of namespace mechanism for the public and open private class data transfer for private subclasses.

The functionality is already available in other languages, but the question is whether it is needed in PHP. The short answer is no. With PHP execution model, it would further slow down and bloat PHP compilation.

He demonstrates their purpose with some simple examples but also gives the reasons why it would be a bad thing to try to include them, including the better choice of namespaces over inner classes.

0 comments voice your opinion now!
inner classes advocate purpose namespaces choice inner classes advocate purpose namespaces choice


blog comments powered by Disqus

Similar Posts

DevShed: Using Inheritance, Polymorphism and Serialization with PHP Classes

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling

Blancer.com: 10 Compelling Reasons to use the Zend Framework

Lukas Smith\'s Blog: Zend chooses to ignore the questions

Lukas Smith's Blog: emPHPower@DLW/IPC


Community Events











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


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

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