unexpected[it]

Professional IT Blog

  • 14th, Jun 2010

Magento error Array in Function

TAGS: None

//it doesn't work
Mage::registry('multiplecategoryselect_data')["product_id"]
//it works
$model=Mage::registry('multiplecategoryselect_data');
return $model["product_id"]

© 2010 unexpected[it]. All Rights Reserved.

This blog is powered by Wordpress and a modified version of Magatheme