/** * return full table name * */ public function getFullTableName() { return $this->db->getTable() . (!empty($this->db->getAlias()) ? ' AS ' . $this->db->getAlias() : ''); }