I use the command propel model:build in order to generate the files/classes based on the schema.xml file, where the tablenames are in Pascal Case.
However, the generated ones are not. If my table is called SimpleBook the generated file are Simplebook*.
Is there any setting?
I use the command
propel model:buildin order to generate the files/classes based on the schema.xml file, where the tablenames are in Pascal Case.However, the generated ones are not. If my table is called
SimpleBookthe generated file areSimplebook*.Is there any setting?