In existing codebase, I found a line of
{foreach from=$app_list item=app name=apps}
{item table=application sid=$app.APPLICATION_SID}
{/foreach}
I cannot find explanations to the line {item ... } in documentation, nor find where application
and sid
are defined.
Can anyone explain what this line is doing? Without this line, the list of app names cannot be displayed.