Project

General

Profile

Actions

Feature #22053

closed

Allow t3lib_div::_GETset() to set specified key

Added by Felix Oertel almost 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2010-02-03
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

hey guys,

at the moment t3lib_div::_GETset() is only able to replace hole arrays in $_GET. If you want to set $_GET['foo']['bar'], this is not possible without deleting everything else in $_GET['foo'].

It would be nice to set keys directly like t3lib_div::_GETset($value, 'foo|bar');

(issue imported from #M13418)


Files

13418.diff (871 Bytes) 13418.diff Administrator Admin, 2010-02-03 19:12
13418_v4.diff (6.76 KB) 13418_v4.diff Administrator Admin, 2010-03-26 17:22
13418_v5.diff (2.58 KB) 13418_v5.diff Administrator Admin, 2010-03-26 19:18
13418_v5_testcase.diff (4.19 KB) 13418_v5_testcase.diff Administrator Admin, 2010-03-26 19:19
Actions #1

Updated by Christian Kuhn over 14 years ago

  • v5 rev. 7193
  • v5_testcase rev. 7194
Actions

Also available in: Atom PDF