1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Update to the introduction, described how 3rd and fourth arguements are required and how you can enter null for the third arguement so that you can put in validation.

This commit is contained in:
myilmaz 2007-07-24 20:26:22 +00:00
parent 91ee810ad1
commit 3b5046acd4

View File

@ -39,3 +39,5 @@ class Email extends Doctrine_Record {
}
}
</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.