我在 magento 中创建了一个自定义网格,显示保存的视频 url 及其工作。但我只想显示urlid
例如在哪里的记录3
。这是我的_prepareCollection
功能
protected function _prepareCollection()
{
// Get and set the collection for the grid
$collection = Mage::getResourceModel('drecomm_productvideo/video_collection');
//what should i put in here, addFieldtoSelect?
$this->setCollection($collection);
return parent::_prepareCollection();
}
我的网格扩展自该类Mage_Adminhtml_Block_Widget_Grid
中没有功能。addFieldToFilter