Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Amf_Parse_Resource_MysqlResult

Zend_Amf
|-Zend_Amf_Parse
|- class Zend_Amf_Parse_Resource_MysqlResult
This class will convert mysql result resource to array suitable for passing
to the external entities.
PackageZend_Amf
SubpackageParse
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Overview

Static fields$fieldTypes
Instance methodsparse()

Summary

Static fields
+ $fieldTypes
Instance methods
+ parse() Parse resource into array

Details

Static fields

$fieldTypes
static public $fieldTypes = array( "int" => "int", "timestamp" => "int", "year" => "int", "real" => "float", )
Var array List of Mysql types with PHP counterparts

Key => Value is Mysql type (exact string) => PHP type

Instance methods

parse()
public function parse( $resource)
Parse resource into array
Parameters
resource $resource
Returns array