News Feed
Jobs Feed
Sections




News Archive
Stoyan Stefanov's Blog:
PHP-style $GLOBALS in Javascript?
March 12, 2008 @ 07:55:07

In a new post to his blog today, Stoyan Stefanov has a proposal to being something PHP users are very used to - superglobals - over to Javascript.

Javascript has implied globals. When you skip the var in var a = 1; and go a = 1;, then a becomes a global variable. Some consider this an error in the language. [...] In PHP on the other hand, variables are local. [...] So how about this: adopt the $GLOBALS convention in your JavaScripts?

His example proposes the creation of a GLOBALS object you can assign properties to that can be used anywhere. This helps to keep the variables you truely want to be global contained, though it doesn't do much except provide a convention.

0 comments voice your opinion now!
superglobal global variable javascript


blog comments powered by Disqus

Similar Posts

Grzegorz Godlewski: PHP.Kryptik.AB - Give me your FTP!

Tales of a Coder: What are the Essential PHP/Javascript/Web Development Feeds?

Script-Tutorials.com: Form Validation with Javascript and PHP

Gareth Heyes' Blog: Exploiting PHP SELF

Geeks Not Nerds Blog: Rolling your own Blog Backend from Scratch Part 1


Community Events











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


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

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