$collection = Mage::getModel('custom/table')->getCollection();
I have one user table and there is one country_code field.
Now I am passing this $ collection to my javascript and using the variables in it.
Now I want to display the name of the country instead of the country code.
Is there a way by which I can add the country name to my collection using a connection request or whatever?
so before going to js i need the country name in my collection object.
magento
Akhilesh patel
source share