I used a component of Joomla for CCKT, it store data after serialize() it,
on the other side I am using another component for generating csv & xls file which convert all the sql data in to csv.
so when i call those data which are stored in db as a serialise it shows in xls also as a serialise & i want them unserialise
so the question is it necessary that the component which generate xls & csv should know the array of the serialise to convert it in un-serialise..??