MySQL Server Locale Support

MySQL Server Locale Support

$connection = Propel::getConnection();

$sql = "SET lc_time_names = 'id_ID';";

$statement = $connection->executeUpdate($sql);

$query = "";

$statement = $connection->prepareStatement($query);

$resultset = $statement->executeQuery();