Hi all, I'm justing starting with AMFPHP and I saw this sample code at the project's front-page
function handleGetOrderList(re:ResultEvent)
{
var rs:RecordSet = RecordSet(re.result);
for(var i = 0; i < rs.length; i++) {
var item = rs.getItemAt(i);
//item is an object with keys orderid, status, etc.
}
}
but RecordSet is not a AS3 native class. Isn't it? I didn't found it
at the reference.
How does it work?
--
André Rodrigues Pena
LOCUS
www.locus.com.br
Blog
www.techbreak.org

