We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am searching how to do something like this:
My\Model\Lol: lol_{1..2}_sub_lol_{1..3}: content: '<current(1)> - current(2)>'
So, my expected result would be:
My\Model\Lol: lol_1_sub_lol_1: content: '1 - 1' lol_1_sub_lol_2: content: '1 - 2' lol_1_sub_lol_3: content: '1 - 3' lol_2_sub_lol_1: content: '2 - 1' lol_2_sub_lol_2: content: '2 - 2' lol_2_sub_lol_3: content: '2 - 3'
Any ideas?
The text was updated successfully, but these errors were encountered:
Multi-dimension arrays are definitely not supported although that may be doable without too much trouble in 3.x.
Sorry, something went wrong.
Closing in favour of #579
No branches or pull requests
Hi, I am searching how to do something like this:
So, my expected result would be:
Any ideas?
The text was updated successfully, but these errors were encountered: