Answer the question
In order to leave comments, you need to log in
Push data into array....?
Tell me how to push data into an array ...
There is an array:
array('a' => array(array('aT' => '1', 'aS' => 'success'), array('aT' => '2', 'aS' => 'danger') ));
{% for b in a %}
{{ notice.input(b.aT, b.aS) }}
{% endfor %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question