Need Websites?

We, QuickBizTech have 8 Years of Exp in Web development in PHP and hosting. Skills: Photoshop, Designing, Core PHP, MySql, Joomla, Wordpress, Drupal, Magento, phpBB, Opencart, Smarty, Google API, JQuery, Charts, oAuth, SEO, Payment Gateways.


Please contact us for any kind of websites to be developed, upgraded, migrated. Reach our team for your dream website @QuickBizTech

Saturday, September 21, 2013

How do I get a reference to the current search results collection in magento

It is very pretty simple when you come to know.

$items = $this->getLayout()
                 ->getBlockSingleton('catalog/product_list')
                 ->getLoadedProductCollection();

Cool!!!

No comments:

Post a Comment