dbModel read resource does not implement Zend_Db_Adapter_Abstract admin January 10, 2017 Magento 280 Comments It is very simple just clear the cache /var/cache/folder Related Posts Is it possible to have a block without a template in Magento? zendnwar March 18, 2015 Of course yes… in fact, the only predefined block class in Magento that uses a template file .. Get custom attribute value in Magento zendnwar July 22, 2015 $attribute=$_product->getResource()->getAttribute('custom_attribute_code'); if ($attribut ..