$long) { $this->tableShortAlias = $short; $this->tableAlias = $long; break; } } else { $this->tableAlias = $tableAlias; } return $this; } protected function getTable($tableAlias = null) { return Qs_Db::getTable($tableAlias ?: $this->tableAlias); } }