android chrome date eclipse json jsonobjectwithdata json mysql php safari tuplefastjsonjavajQueryjsonjsonobjectjsonobjectwithdatajson格式mysqlpaddingphprestwith
JSON-mysqlMyJSON – Work with MySQL + JSON
下载 链接:http://pan.baidu.com/share/link?shareid=549725&uk=3070429748 [tooltip title="密码"] 密码:k3bo [/tooltip]
下载内容包含 :
MyJSON类文件 说明文档(英文)
实例文件
MyJSON是一个PHP5类,有了它,你现在能够:
- 创建JSON字符串从一个MySQL查询
- JSON内容插入到MySQL表
MyJSON is a PHP5 Class, with it, you are now able to:
- Create JSON string from a MySQL Query
- Insert JSON content into a MySQL Table
- Create/Insert will work as export! So you is a new experience on backups valium no prescription needed site:espharmacycom: with JSON !
- The JSON created can be indented or not, you choose
- Easy to get class-failure errors
- Examples of both functions are included
内容:本站提供的内容皆为网络收集如果有侵犯您的权利请联系
info@iiexe.com
例子
创建JSON MySQL查询:
echo $json->SQLtoJSON("SELECT * FROM your_table");
Creating indented JSON from MySQL Query:
创建缩进JSON从MySQL查询:
echo $json->SQLtoJSON("SELECT * FROM your_table", true);
从JSON创建MySQL查询:
$json->JSONtoSQL($your_json, 'your_table');