I am trying to scaffold a table that has hyphenated column names. eg. staff-id staff-name etc
I get this error:
C:\Apache24\htdocs\firsttut>phalcon scaffold --table-name staff
Phalcon DevTools (3.0.4)
PHP Parse error: syntax error, unexpected '-', expecting ',' or ';' in C:\Apach
e24\htdocs\firsttut\app\models\Staff.php on line 13
Parse error: syntax error, unexpected '-', expecting ',' or ';' in C:\Apache24\h
tdocs\firsttut\app\models\Staff.php on line 13
Any advice on how to work around this. Nearly every table and most columns are named this way. Changing names is not really a possibillity for me.