Removed JSON references from when I duped the JSON class.
This commit is contained in:
parent
6205ad7809
commit
3defe17bc5
1 changed files with 1 additions and 8 deletions
|
@ -18,14 +18,7 @@
|
|||
/**
|
||||
* XML Display
|
||||
*
|
||||
* Displays data in JavaScript Object Notation.
|
||||
*
|
||||
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
|
||||
* Note: PECL json 1.2.1 is included /vendors
|
||||
*
|
||||
* @link http://json.org/
|
||||
* @link http://us.php.net/json_encode
|
||||
* @link http://pecl.php.net/package/json
|
||||
* Displays data in XML format.
|
||||
*/
|
||||
class Display_XML extends Display_Common
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue