@@ -29,6 +29,12 @@ class MyCustomOptionRecord extends Doctrine_Record
...
@@ -29,6 +29,12 @@ class MyCustomOptionRecord extends Doctrine_Record
}
}
</code>
</code>
It is worth noting that for certain databases (Firebird, MySql and PostgreSQL) setting the charset option might not be enough for Doctrine to return data properly. For those databases, users are advised to also use the setCharset function of the database connection: