Project

General

Profile

Actions

Feature #39951

closed

Add possibility to flatten array

Added by Oliver Hader over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2012-08-19
Due date:
% Done:

100%

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

Description

A commonly used task in TYPO3 is to convert and work with several types of arrays.
This change allows to flatten a nested multidimensional array to a flat key-value array.

Example:
array('first.' => array('second' => 1)) and array('first' => array('second' => 1))
will become
array('first.second' => 1)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #39952: Wrong nested extension configuration handlingClosedOliver Hader2012-08-19

Actions
Actions #1

Updated by Gerrit Code Review over 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13910

Actions #2

Updated by Oliver Hader over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF