-
Notifications
You must be signed in to change notification settings - Fork 436
Description
Generated code for enums is not a valid PHP.
E.g. generated:
$table_columns_type = array(
'varchar(6)',
'varchar(255)',
'varchar(8)',
'float(32,8)',
'int(4)',
'int(1)',
'enum('standard','noDecimals','realNoDecimals','dotThousandsCommaDecimal','apostropheThousandsDotDecimal','apostropheThousandsNoDecimals','spaceThousandsDotDecimal','spaceThousandsCommaDecimal','indian')',
'enum('before','after')',
'int(1)',
'int(1)',
);
PHP Error:
[18-May-2016 09:51:48 UTC] PHP Parse error: syntax error, unexpected 'singleDrop' (T_STRING), expecting ')' in /data/poligon/admingenerator/web/controllers/_optionGroups/index.php on line 57
[18-May-2016 09:51:48 UTC] PHP Stack trace:
[18-May-2016 09:51:48 UTC] PHP 1. {main}() /data/poligon/admingenerator/web/index.php:0
[18-May-2016 09:51:48 UTC] PHP 2. require_once() /data/poligon/admingenerator/web/index.php:13