/**
  * init select
  *
  * @access protected
  * @return Ibrams_CmsExtended_Model_Resource_Page_Comment_Page_Collection
  * @author Ultimate Module Creator
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->_joinFields();
     return $this;
 }