Commit 263e4241 authored by pookey's avatar pookey

trivial changes to docs

parent 11f9940d
......@@ -33,9 +33,9 @@ Building upon the above, we can say that the modifiers alter the field definitio
<code type="php">
'sometime' = array(
'type' = 'time',
'default' = '12:34:05',
'notnull' = true,
'type' => 'time',
'default' => '12:34:05',
'notnull' => true,
),
</code>
......@@ -43,8 +43,8 @@ Using the above example, we can also explore the default field operator. Default
<code type="php">
'sometext' = array(
'type' = 'text',
'length' = 12,
'type' => 'text',
'length' => 12,
),
</code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment