Hi,
How can i do 'do-while' loop in volt? and aslo wanna know about recursive loop in volt.........
https://docs.phalcon.io/es/latest/reference/volt.html#list-of-control-structures
There isn't a Do while. But maybe you could manipulate the For index.loop var to do a workaround.
Do while
For index.loop
I want script for doing recursion in volt... Thanks in advance..
I cannot help you there (I don't have such skill in Volt), but maybe you could simulate it creating a Volt function https://docs.phalcon.io/es/latest/reference/volt.html#id1