ZF-6230: ZendAMF should support returing of result of mysql_query()
Issue Type:
Improvement
Created:
2009-04-07T03:22:26.000+0000
Last Updated:
2009-06-05T11:07:54.000+0000
Status:
Resolved
Fix version(s):
1.8.3 (09/Jun/09)
Reporter:
Mayank Kumar (mayankk)
Assignee:
Stanislav Malyshev (stas)
Tags:
Zend_Amf
Related issues:
Attachments:
Description
ZendAMF should support returing of result of mysql_query()
Comments
Posted by Stanislav Malyshev (stas) on 2009-04-07T13:47:53.000+0000
Result of mysql_query is a PHP resource. It is not possible to export the result of PHP resource outside of PHP. You could fetch the data contained there and return it, but not the resource itself.
Posted by Stanislav Malyshev (stas) on 2009-04-14T17:17:37.000+0000
I think I understand what is meant in this issue - functionality to create adapter which would extract data from particular type of resource. Should be improvement, not bug.
Posted by Stanislav Malyshev (stas) on 2009-06-05T11:07:54.000+0000
Comments
Posted by Stanislav Malyshev (stas) on 2009-04-07T13:47:53.000+0000
Result of mysql_query is a PHP resource. It is not possible to export the result of PHP resource outside of PHP. You could fetch the data contained there and return it, but not the resource itself.
Posted by Stanislav Malyshev (stas) on 2009-04-14T17:17:37.000+0000
I think I understand what is meant in this issue - functionality to create adapter which would extract data from particular type of resource. Should be improvement, not bug.
Posted by Stanislav Malyshev (stas) on 2009-06-05T11:07:54.000+0000
fix committed to trunk