Hi all, I've inherited a database that uses camel case for database table names and field names,
e.g. Database table name: systemUsers Field names: id userName firstName lastName etc. I've noticed that most of the symfony documentation uses a lowercase name_name convention for naming database tables and fields. Is there anything preventing me using camel case instead? Will symfony and propel work OK using camel case? Thanks in advance, Andrew. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
