Object relational mapping - Columns - Data types - Enum.php 245 Bytes
Newer Older
zYne's avatar
zYne committed
1 2
Doctrine has a unified enum type. Enum typed columns automatically convert the string values into index numbers and vice versa. The possible values for the column
can be specified with Doctrine_Record::setEnumValues(columnName, array values).