I have a few arrays in SMARTY with different values in them and need to know the best way to figure out which array a value is in as it loops over it. Basically array_search for smarty but I don't know if that's a function or how to best reproduce that in SMARTY.
Thanks,
Andrew
Thanks,
Andrew
Comment