getConnection()->describeTable($this->getMainTable()); foreach ($tableDescription as $columnInfo) { $this->addFilterToMap($columnInfo['COLUMN_NAME'], 'main_table.' . $columnInfo['COLUMN_NAME']); } return $this; } }