/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/ui/manageTablesClass.php

  • Committer: Aram Yeghikyan
  • Date: 2008-12-02 13:00:06 UTC
  • Revision ID: eghikyan@gmail.com-20081202130006-2786zkp6xe9njsd2
Axis and other staff

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                `units` CHAR(128),
65
65
                `log` TINYINT(1),
66
66
                `color` CHAR(10),
 
67
                `rangeBegin` float NULL,
 
68
                `rangeEnd` float NULL,
67
69
                `config` TEXT,
68
70
                INDEX iuser (axid)
69
71
            );
70
72
        ";
71
73
        $this->tableDumpsVector["AxisDump"]["Insert"] = "
72
74
            INSERT INTO `%%TABLE_NAME%%` VALUES
73
 
                ('0','0','Standard Axis','Standard',FALSE,'#ff0011','Config will be here'),
74
 
                ('1','0','Logarithmic Axis','Logarithmic',TRUE,'#ff0011','Config will be here'),
75
 
                ('2','0','Temperature Logarithmic Axis','Log K',TRUE,'#ff0011','Config will be here'),
76
 
                ('3','0','Temperature Normal Axis','K',FALSE,'#ff0011','Config will be here'),
77
 
                ('4','0','Electric Current Logarithmic Axis','Log A',TRUE,'#ff0011','Config will be here'),
78
 
                ('5','0','Electric Current Normal Axis','A',TRUE,'#ff0011','Config will be here');
 
75
                ('0','0','Standard Axis','Standard',FALSE,'#ff0011',NULL,NULL,'Config will be here'),
 
76
                ('1','0','Logarithmic Axis','Logarithmic',TRUE,'#ff0011', NULL,NULL,'Config will be here'),
 
77
                ('2','0','Temperature Logarithmic Axis','Log K',TRUE,'#ff0011',NULL,NULL,'Config will be here'),
 
78
                ('3','0','Temperature Normal Axis','K',FALSE,'#ff0011',NULL,NULL,'Config will be here'),
 
79
                ('4','0','Electric Current Logarithmic Axis','Log A',TRUE,'#ff0011',NULL,NULL,'Config will be here'),
 
80
                ('5','0','Electric Current Normal Axis','A',TRUE,'#ff0011',NULL,NULL,'Config will be here');
79
81
        ";
80
82
        $this->tableDumpsVector["vGroupsDump"]["Create"] = "
81
83
            CREATE TABLE `%%TABLE_NAME%%` (