News Feed
Jobs Feed
Sections




News Archive
Shawn Stratton's Blog:
Accesors and Religion
May 17, 2011 @ 14:46:32

Shawn Stratton has a new post to his blog talking about a topic he calls "flame bait" - the use of accessors in PHP applications (getters and setters) to access class properties.

Objects have prop­er­ties which some­times need spe­cial logic on how they are retrieved and set. There are sev­eral solu­tions to this and every­body has a dif­fer­ent view point about which is cor­rect, none are pretty and all have draw­backs which range from writ­ing extra code, cre­at­ing some­thing that has poor exten­si­bil­ity, or has issues with con­sis­tency. These don't even breach the issues with IDE code com­ple­tion and analy­sis. Lets look at some of these solutions.

The solutions are the direct access to the class properties (which can cause some painful inconsistencies when things get complicated) and the alternative of setting up getters/setters for everything. Shawn's alternative makes use of the __get and __set magic methods to catch the property values being set and handle them correctly, developers being none the wiser.

0 comments voice your opinion now!
accessors opinion getter setter class property


blog comments powered by Disqus

Similar Posts

Jani Hartikainen's Blog: PHP typehinting gotcha in exceptions/methods

Keith Casey's Blog: Where Open Source Fails

Shawn Stratton's Blog: Accesors and Religion

DevShed: Handling Attachments in MIME Email with PHP

php|architect Blog: The NoSQL Hype Curve is Bending


Community Events











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


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

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