This class will convert mysql result resource to array suitable for passing to the external entities.

package Zend_Amf
subpackage Parse
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Parse resource into array

parse(resource $resource) : array

Parameters

$resource

resource

Returns

array

 Properties

 

List of Mysql types with PHP counterparts

$fieldTypes : array

Default

array("int" => "int", "timestamp" => "int", "year" => "int", "real" => "float")
Static