static function exportSelect($query) { $query = SelectQuery::selectQuery($query); return var_export($query, TRUE); }