AbstractTypeDescriptor.php
AbstractTypeDescriptor
Table of Contents
Classes
- AbstractTypeDescriptor
- The AbstractTypeDescriptor class A type value could have 3 forms, the user readable value, the programming value (the php one) and the SQL Value E.g. In case of date, user could enter & read "14/10/1988", but php wants a DateTime & SQL wants "1988-10-14" Parsing is transforming any user/SQL value into programming value, formatting is the opposite.