MySQL Conversion Class

Bookmark and Share
October 31, 2013 at 03:00PM

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.MySQL Conversion Class - CodeCanyon Item for Saleapi // json // mysql // php // php5 // xml //

Created30 October 13
Last Update30 October 13
Software VersionPHP 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 IncludedPHP

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... Views All / Send Comment! }

Post a Comment