Example #1
0
 public function _getValue(Varien_Object $row)
 {
     $value = '<a href="' . $this->getUrl('*/adminhtml_post/edit', array('_current' => true, 'id' => $row->getPostId())) . '">View</a>';
     return $value;
 }