1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Fixed typo for mapping type "array"

This commit is contained in:
Lennart Hildebrandt 2012-09-20 13:11:36 +02:00
parent 06ad3389e0
commit a61afedcf9

View File

@ -164,7 +164,7 @@ built-in mapping types:
- ``text``: Type that maps an SQL CLOB to a PHP string.
- ``object``: Type that maps a SQL CLOB to a PHP object using
``serialize()`` and ``unserialize()``
- ``array``: Type that maps a SQL CLOB to a PHP object using
- ``array``: Type that maps a SQL CLOB to a PHP array using
``serialize()`` and ``unserialize()``
- ``float``: Type that maps a SQL Float (Double Precision) to a
PHP double. *IMPORTANT*: Works only with locale settings that use