我们通过分类的id,得到分类,然后通过get函数在取分类的属性,下面是通过分类的id得到分类对象的代码:

$category Mage::getModel('catalog/category')->load($cat_id);

---------------------代码一小段!