Yes configSmarty is the customized version which extends smarty.
And the other works just fine for radio buttons and drop down list.
I cannot see any error , just a blank html page.
I tried to print the contents of array $people. Which I uploaded in the previous post.
It is of the exact format needed in html_checkboxes .
User Profile
Collapse
-
The html does not diaplay anything.
This is just a short snippet of the code , I have called the diaplay mehtod on the smaty object at the end.
Like this
Code:$smartyObj = new ConfigSmarty(); $smartyObj->assign('mt',$people); $smartyObj->display('ts3.html');Leave a comment:
-
Smarty Checkbox not displaying in HTML
I am having problem displaying the contents of array into Smarty Checkbox in HTML
The details of array $people are:
$people = Array ( [1746524] => Allen Jamie [3118171] => Browning Andy [1246417] => Barrett Rich [4677613] => Chang Dongin [2962280] => Chupack Marla [1193259] => Dimmitt Holly [1828493] => Ezell Trevor L)
...Code:PHP code: foreach ($rawPeople->person
No activity results to display
Show More
Leave a comment: