Commit 0cdf1c3a authored by myilmaz's avatar myilmaz

Bah, why must I suck at spelling :-p

parent 3b5046ac
...@@ -40,4 +40,4 @@ class Email extends Doctrine_Record { ...@@ -40,4 +40,4 @@ class Email extends Doctrine_Record {
} }
</code> </code>
Note that validators / column constraints and the column length fields are optional. The length may be omitted by using **null** for the length arguement, allowing doctrine to use a default length and permitting a fourth arguement for validation or column constraints. Note that validators / column constraints and the column length fields are optional. The length may be omitted by using **null** for the length argument, allowing doctrine to use a default length and permitting a fourth argument for validation or column constraints.
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