News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Jan Lehnardt's Blog: CouchDb Views with PHP

PHPBuilder.com: AJAX and PHP Part 4 - Forms and JavaScript Limitations

PHP 10.0 Blog: More inlining

Felix Geisendorfer's Blog: A PHP developers guide to JavaScript - Part 1

Zend Developer Zone: Sams Publishing: The Phrasebook Collection


Community Events







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


package developer cakephp example release book PHP5 mysql ajax application job security framework conference database zendframework code PEAR releases zend

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