Hi, I an writing an application based upon the MVC architecture. An associative array is the best datamodel for my application. I want to populate a list control on the basis of this datamodel. The list control accepts a dataprovider as a data source. An array can easily be made into a data provider using ArrayCollection. What would be the best way of converting an associative array(I'm using Object as an associative array) into a data provider?
Thanks in Advance, Pankaj

