plechev

Untitled

Nov 1st, 2020
1,806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. [
  2.     'group-1' => [
  3.         'areas' => [
  4.             [
  5.                 'fields' => [
  6.                     //массив полей
  7.                 ]
  8.             ],
  9.             [
  10.                 'fields' => [
  11.                     //массив полей
  12.                 ]
  13.             ]
  14.         ]
  15.     ],
  16.     'group-2' => [
  17.         'areas' => [
  18.             [
  19.                 'fields' => [
  20.                     //массив полей
  21.                 ]
  22.             ],
  23.             [
  24.                 'fields' => [
  25.                     //массив полей
  26.                 ]
  27.             ]
  28.         ]
  29.     ]
  30. ];
Add Comment
Please, Sign In to add comment