array_from_dot_notation does not handle numeric arrays #36

Closed
opened 2019-02-25 10:10:27 +00:00 by jamie · 2 comments
jamie commented 2019-02-25 10:10:27 +00:00 (Migrated from git.hazaar.io)

Take this flattened array:

array(
  'name[0]' => 'Jamie Carl',
  'name[1]' => 'Justine Harpley'
);

calling array_from_dot_notation() will do nothing to this array. :(

Take this flattened array: ```php array( 'name[0]' => 'Jamie Carl', 'name[1]' => 'Justine Harpley' ); ``` calling `array_from_dot_notation()` will do nothing to this array. :(
jamie commented 2019-02-25 10:12:23 +00:00 (Migrated from git.hazaar.io)

mentioned in issue #35

mentioned in issue #35
jamie commented 2019-02-25 12:37:56 +00:00 (Migrated from git.hazaar.io)

moved to hazaar-mvc#162

moved to hazaar-mvc#162
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-dbi#36
No description provided.