Showing posts with label add filter on custom module collection. Show all posts
Showing posts with label add filter on custom module collection. Show all posts

Wednesday, 18 February 2015

add filter on custom module collection

$collection  = Mage::getModel("seller/seller")->getCollection()->addFieldToFilter('email',$email);