Welcome Guest, Not a member yet? Register   Sign In
Is it possible to use nested loops in parser templates?
#3

(03-06-2019, 05:37 PM)ciadmin Wrote: If you want nested variables to also see the level above them, then you need to pass true as a second parameter to the render() call. See https://codeigniter4.github.io/CodeIgnit...er-options

No, this is not I would like to do. I just would like to have two nested loops. But this does not seem to work because the output is:

Quote:-->header: one two
-->body: two - one two - two
The header loop is correct but the second (inner) loop is not. Only the last result of the loop is used.
Reply


Messages In This Thread
RE: Is it possible to use nested loops in parser templates? - by HardyW - 03-07-2019, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB