导出ID为&ŧ039;的类别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导出ID为&ŧ039;的类别相关的知识,希望对你有一定的参考价值。

Simply save the above code in a php file in the base Magento directory of your store, and visit the URL in your web browser, simples!
  1. <?php
  2.  
  3. define('MAGENTO', realpath(dirname(__FILE__)));
  4. require_once MAGENTO . '/app/Mage.php';
  5. Mage::app();
  6.  
  7. $category = Mage::getModel ( 'catalog/category' );
  8. $tree = $category->getTreeModel ();
  9. $tree->load ();
  10.  
  11. $ids = $tree->getCollection ()->getAllIds ();
  12.  
  13. if ($ids) {
  14. $file = "var/import/catwithid.csv";
  15. file_put_contents($file,"catId, catName ");
  16. foreach ( $ids as $id ) {
  17. $string = $id . ', ' .$category->load($id)->getName() . " ";
  18. file_put_contents($file,$string,FILE_APPEND);
  19. }
  20. }
  21. ?>

以上是关于导出ID为&ŧ039;的类别的主要内容,如果未能解决你的问题,请参考以下文章

检索给定年份的所有&ŧ039;星期一&ŧ039;的。

为addChild创建一个可以加载SWF&ŧ039;的对象

将dir中的所有jpg&ŧ039;转换为166px宽度

检查是否安装了Apache&ŧ039;的modŧu rewrite。

使用TextMate&ŧ039;的tmŧdialog命令创建用户定义的菜单

用户PHP&ŧ039;的herdoc语法