News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Superglobals In Classes Revisited
July 14, 2009 @ 07:51:11

Revisiting an earlier post dealing with superglobals and classes, Brandon Savage looks at an example of why its still a bad idea.

I asserted at the time that superglobals inside of a class violated some basic rules on what a class was supposed to do. Today, I am revisiting that discussion. The placement of superglobals inside a class creates an impossible situation for code reuse. [...] Ehat happens when we want to move this [code] to another site? Unless we leave our form fields named [the same] we'll have to modify the original code.

His alternative - a much better refactoring - lets the verifyCredentials method take in the username and password and has the calling script define where those come from, either from a local or global location.

0 comments voice your opinion now!
refactor revisit class superglobal


blog comments powered by Disqus

Similar Posts

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses

Community News: PHP 5.1.4 Released in Response to Bug

Vinu Thomas' Blog: Saving Data into Excel the Easy Way using PHP

Arnold Daniels' Blog: A dark corner of PHP: class casting

Felix Geisendorfer's Blog: Test Driven Development in Real World Apps


Community Events











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


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

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