The Artima Developer Community
Sponsored Link

PHP Buzz Forum
One dependency on Register Globals being On

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Forum One

Posts: 118
Nickname: forumone
Registered: Sep, 2004

Forum One is consulting firm specializing in helping non-profits improve their online presence.
One dependency on Register Globals being On Posted: Sep 13, 2004 4:34 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Forum One.
Original Post: One dependency on Register Globals being On
Feed Title: Syntax Framework
Feed URL: http://blog.syntaxcms.org/rss.php?version=0.91
Feed Description: Finally, a place to answer Syntax questions
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Forum One
Latest Posts From Syntax Framework

Advertisement

The listwidget class depends on register globals being on to determine what value(s) in a list is selected or checked.

if($currSelected === false) {
    global ${$elementName};			
    $this->selected = ${$elementName};
} else {
    $this->selected = $currSelected;
}

Read: One dependency on Register Globals being On

Topic: The Magic of Type Previous Topic   Next Topic Topic: proc_open and pty's

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use