Difference between #1 and #2 of
Convert JSON data to html table for display on page

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
*
*/
[...]
0 0
2 followers
Viewed: 86 836 times
Version: all
Category: Tips
Tags: html, JSON
Written by: shiv
Last updated by: samdark
Created on: Sep 28, 2022
Last updated: 11 days ago
Update Article

Revisions

View all history