Bug #2508

Object variables which obtain their value from Super Globals are not available in child classes

Added by Christoph Blömer over 6 years ago. Updated almost 5 years ago.

Status:Rejected Start date:2009-01-23
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

When a class variable like $this->SERVER obtains the value from a super global like $_SERVER and the global variable is replaced by the SuperGlobalReplacement, the class variable can not be accessed from a child class.

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from New to Rejected

That's a feature.

Also available in: Atom PDF