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

PHPMaster.com: Create a Poll with PHPixie

Stoyan Stefanov's Blog: JavaScript-style object literals in PHP

DevShed: Programming PHP - A Beginner's Guide

Johannes Schluter's Blog: References and foreach

PHPMaster.com: Tracking Upload Progress with PHP and JavaScript


Community Events











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


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

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