re: http://code.google.com/apis/youtube/2.0/developers_guide_php.html#Searching_for_Videos
Im using the orderby or as the Zend gdata API calles it setOrderBy to get results ranked by viewcount. they are returned in Descending order and I need Ascending. Possible?
If you can get the results into an array, you can then reverse the order by calling array_reverse().