1
0
mirror of synced 2025-01-17 22:11:41 +03:00

renaming from text to string ref #435

This commit is contained in:
meus 2007-09-08 14:30:24 +00:00
parent 26e3e7a998
commit 0d8cdcf963

View File

@ -43,7 +43,7 @@ Using the above example, we can also explore the default field operator. Default
<code type="php">
'sometext' = array(
'type' => 'text',
'type' => 'string',
'length' => 12,
),
</code>