• Resolved Tim

    (@bocanegra)


    Hello, is it possible (with an extension or so) that users can add own multiple values (multidimensional array)?

    Example: Add cars with there color as an profile property

    $cars = array (
      array("VW","black"),
      array("Land Rover","gray")
    );

    Hopefully you understand what i mean. ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multidimensional properties’ is closed to new replies.