two-dimensional arra

  1. Hugilore111

    Access to the two-dimensional array in the template

    Hello! I have a two-dimensional array Array ( [0] => Array ( [enter_id] => 1 [user_id] => 1 ..... ) [1] => Array ( [enter_id] => 2 [user_id] => 1 ..... ) ) How to walk in a series of...
Back
Top Bottom