replyPrint $name from the controller to the page to see what kind of array this array is. You are getting the data to the page based on the array; for example, $name=array('name'=>'Zhang San'); then you are To render on the page, use <td>{$name['name']}</td>
It is best to paste the code when asking questions
What you render to the page is an array