I have this coding:
$contents is an array which contains an id.
The thing is this is returning item[Array.id] as the name.
If I just display the $contents[cont].id normally it shows th id. How can this be resolved?
This is smarty's template engine btw.