equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Amf |
16 * @package Zend_Amf |
17 * @subpackage Parse |
17 * @subpackage Parse |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: MysqlResult.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: MysqlResult.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * This class will convert mysql result resource to array suitable for passing |
24 * This class will convert mysql result resource to array suitable for passing |
25 * to the external entities. |
25 * to the external entities. |
26 * |
26 * |
27 * @package Zend_Amf |
27 * @package Zend_Amf |
28 * @subpackage Parse |
28 * @subpackage Parse |
29 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
29 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
30 * @license http://framework.zend.com/license/new-bsd New BSD License |
30 * @license http://framework.zend.com/license/new-bsd New BSD License |
31 */ |
31 */ |
32 class Zend_Amf_Parse_Resource_MysqlResult |
32 class Zend_Amf_Parse_Resource_MysqlResult |
33 { |
33 { |
34 /** |
34 /** |