最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

Magento: 通过category name获取category信息

时间:2014-07-11 00:11来源:未知 作者:最模板zuimoban 点击:
[php] view plaincopy $cat =Mage::getResourceModel( catalog/category_collection )-addFieldToFilter( name , Category_Name_Here ); print_r( $cat -getData()); To get the category id from $cat object, simply use: [php] view plaincopy $cat -getFi
[php] view plaincopy
 
  1. $cat = Mage::getResourceModel('catalog/category_collection')->addFieldToFilter('name''Category_Name_Here');  
  2. print_r($cat->getData());  
To get the category id from $cat object, simply use:
[php] view plaincopy
 
  1. $cat->getFirstItem()->getEntityId();  
  2.  

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容