Revision #2 has been created by samdark on Dec 24, 2024, 9:24:53 PM with the memo:
Formatting
« previous (#1)
Changes
Title
unchanged
Convert JSON data to html table for display on page
Category
unchanged
Tips
Yii version
unchanged
all
Tags
changed
JSON,html
Content
changed
I have a calls which help me display json directly in html table.
```
PHPphp
Json2Table::formatContent($json);
```
The code of
`Json2Table
` class
is here
============================================:
```
PHPphp
/**
* Class convert Json to html table. It help view json data directly.
* @author shiv
*
*/[...]