You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser can't handle a single level of values in the array, they need to be contained in array to make it work. This behavior is the right one or the docs are outdated?
Thanks for your support.
The text was updated successfully, but these errors were encountered:
Hi everybody:
When I try to run a nested substitution with view parser like the example in the docs view_parser.html#nested-substitutions, CI return an exception:
ErrorException Invalid argument supplied for foreach() SYSTEMPATH/View/Parser.php at line 314
I've used CI version 4.2 and 4.3 and the issue is the same.
The only way to make it works is to change the example $data array from the docs example:
To this:
The parser can't handle a single level of values in the array, they need to be contained in array to make it work. This behavior is the right one or the docs are outdated?
Thanks for your support.
The text was updated successfully, but these errors were encountered: