I have a smarty template, in it there is a div, I add the {$replies} variable in it:
<div id="list-div">
test div
<table id="find_services"></table>
{$replies}
</div>
but there shows Array, I can not see its inner struct:
How can I see its inner struct? like var_dump's function.
