1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +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"> <code type="php">
'sometext' = array( 'sometext' = array(
'type' => 'text', 'type' => 'string',
'length' => 12, 'length' => 12,
), ),
</code> </code>