Interpretation of tree of data in Mysql
I created a desciption of form I hope create it in my site like this :
Package(Field or parent field ) :
Ammount : [checkbox to select]
Price for 1 minute of connection [decimal field]
Price for sms [decimal field]
Price for mms [decimal field ]
Price for 100kb transfer [decimal field ]
Data package [decimal field with selected choices of unit: MB/GB]
Minut [checkbox] :
Additional : [checkbox to select]
Sms [integer (min 0 max 2000)]
Mms [integer (min 0 max 2000)]
Exchange ratio: [checkbox to select]
Sms => minutes [integer filed]
mms => minutes [integer filed]
Data package [decimal field with selected choices of unit: MB/GB]
Price for 100kb transfer [decimal field]
International Minutes [checkbox to select]
Can someone help me to interprate this tree of date and convert it to
Mysql Table or Doctrine entity?
No comments:
Post a Comment