2011-11-25 4 views
6

magento에서 도우미 클래스를 호출하려고했지만 magento에서 오류 메시지가 표시되었습니다.헬퍼 클래스 magento 호출 방법

도우미 클래스가

app/code/core/Mage/Catalog/Helper/Product/Compare.php

에 위치 클래스 이름은

class Mage_Catalog_Helper_Product_Compare extends Mage_Core_Helper_Url 

나는 아래의 전화 나

Fatal error: Class 'Mage_Catalog_Product_Compare_Helper_Data' not found in C:\xampp\htdocs

있어

$helper=Mage::helper('catalog_product_compare'); 

오류 메시지를 시도하다

어떻게이 헬퍼 클래스를 호출 할 수 있습니까? 이처럼

답변

13

:

$helper = Mage::helper('catalog/product_compare'); 
+0

완벽한 해답! +1 :) – SagarPPanchal

관련 문제