 |
|
Innovation award
 Nominee: 1x |
This class can be used to convert data from MySQL query results into a JavaScript expression in JavaScript Object Notation.
It takes a MySQL query result handle and retrieves the query result column names and the query result data.
The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.
Each array element represents an object with the properties set to the query result column names. The property values are the query results for the respective row and column.
 July 2006
Number 3 |
Since the raise of interest on the development AJAX based applications, JavaScript Object Notation (JSON) has became a relevant topic.
JSON is often used by Web server applications to serialize objects that are recreated on the browser side by Javascript code that handles AJAX based interactions.
A great part of the AJAX applications are database driven. Frequently, PHP applications retrieve data from MySQL databases to respond to AJAX requests.
This class helps implementing AJAX based PHP database driven applications with MySQL by serializing query results using JSON.
Manuel Lemos |
| Project record: |
mysql2json |
| Popularity score: |
11.45 |
| Vitality score: |
46.39 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (75.0%) |
Sufficient (66.7%) |
Good (83.3%) |
- |
- |
Not sure (55.8%) |
1103 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|