_init('blog/related'); } public function toOptionArray() { return $this->_toOptionArray('post_id', 'product_id'); } public function addPostFilter($postId) { $this->getSelect() ->where('post_id = ?', $postId); return $this; } }