I have created new module for product collection. But i dont know how to get product options like addtocart url, custom option, pricehtml and so on with magento structure....
Thanks for ur response....I got product attributes by usnig catalog/product model. But i want to use methods like getAddToCartUrl(), getOption(), getProductUrl() (same as in list.phtml and product/view.phtml)in my custom module. So how to set current product id and how to use catalog/product_list block to get method information.