_getTypeSelect() . ')'); return $columns; } protected function _getTypeSelect() { $select = $this->_db->select(); $select->from($this->_getPair('DocumentType', 'dt'), 'title') ->where('`dt`.`id` = `Document`.`typeId`'); return $select; } }