Login   Register  
PHP Classes
elePHPant
Icontem

File: flds_personaldata.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of saulo hernandez  >  DBGridMx  >  flds_personaldata.ini  >  Download  
File: flds_personaldata.ini
Role: Auxiliary data
Content type: text/plain
Description: table configuration file
Class: DBGridMx
Show and manipulate MySQL records in a table grid
Author: By
Last change:
Date: 2012-11-01 13:41
Size: 751 bytes
 

Contents

Class file image Download
[id]
PK="si"
AI="si"
Type=Text
Long=20
[first_name]
PK="no"
AI="no"
Type=Text
Long=50
[last_name]
PK="no"
AI="no"
Type=Text
Long=50
[address]
PK="no"
AI="no"
Type=Text
Long=100
[date_of_birthday]
PK="no"
AI="no"
Type=Date
UseCalendar="si"
Format=d/m/Y
Long=10
[born_state]
PK="no"
AI="no"
Type=Relation
TableRel=states
FieldRel=id_state
FieldDisplay=name_state
UseCombo="si"
Long=11
[born_city]
PK="no"
AI="no"
Type=Relation
TableRel=cities
FieldRel=id_city
FieldDisplay=name_city
UseCombo="si"
Long=11
[status]
PK="no"
AI="no"
Type=Check
Values="[1:Active],[2:Active_1],[4:Active_2]"
PackingType=BitWiseSumarized
Long=11
[genre]
PK="no"
AI="no"
Type=Radio
Long=1
Values="[F:Female],[M:Male]"