MySQL Conversion Class
PHP Scripts – MySQL Conversion Class | CodeCanyon
MySQL Conversion Class his title this type of PHPScripts/DatabaseAbstractions This time I will review,made by ser-html, PHPScripts/DatabaseAbstractions is sold at a price of $8 in themeforest.
api // json // mysql // php // php5 // xml //
Created | 30 October 13 |
Last Update | 30 October 13 |
Software Version | PHP 4.x, PHP 5.x, PHP 5.0 – 5.2, PHP 5.3, PHP 5.4, PHP 5.5, MySQL 4.x, MySQL 5.x |
Files Included | PHP |
More Info…MySQL Conversion Class ..
MySQL Conversion Class
- easy way to Import/Export MySQL Data;
- easy way to create API;
- get result of MySQL query as XML, JSON or associative array;
- print result (with headers) of MySQL query as XML, JSON or associative array;
- insert data to MySQL from XML, JSON or associative array;
- support MySQL and MySQLi driver;
- the JSON created can be indented or not, you choose;
- easy to get class-failure errors;
- examples of both functions are included.
Example
Get JSON data from MySQL query ($query)DB::init($params)->query($query)->as_json(true);
Insert JSON data into MySQL tableDB::init($params)->from_json($data)->insert('test');
For more examlpes please read description.
0 comments:
Post a Comment