$type
$type :
نوع یک فیلد برای نگاشی این فیلد به فیلدهای واقعی پایگاه داده استفاده میشود. برای نمونه کلاس Pluf_DB_Schema_MySQL در یک متغیر mapping این نگاشت را نگهداری کرده است.
نوع داده صحیح را تعیین میکند.
formField( $def, $form_field = 'Pluf_Form_Field_Varchar')
Get the form field for this field.
We put this method at the field level as it allows us to easily create a new DB field and a new Form field and use them without the need to modify another place where the mapping would be performed.
$def | ||
$form_field |