magento getCollection() can we put where condition?
- by jarus
hello , i am working on a magento project and i need to get the value according to country wise like select address where country ="Nepal"
can we send the where condition in getCollection() function
$collection = Mage::getModel('relocator/location')-getCollection();
any help will be appreciated