i am starting to work on a list api that is modeled after the .net one. it is a super simple class that enables you to create list objects that contain any number of items / nested lists that can be any type of data. the data is managed as stdClasses. the class has a method, toString which serializes the data object. you can pass this string to the constructor, and it will wake the object up.
has anyone else done any work on anything similar or have any input? -- View this message in context: http://www.nabble.com/list-data-api-tf4952093s16154.html#a14179859 Sent from the Zend Framework mailing list archive at Nabble.com.
