propelorm/Propel

How to generate PascalCase files and classes

emaborsa opened this issue · 1 comments

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 solved it by naming the tables using underscores like simple_book, so the output is SimpleBook*