I have actually finished a project using Symfony2, but my boss want that I change names of tables in the database. He wants to put underscore in the name of my tables, that means underscore in class names.
I tried to do this but it doesn't work. When I do that, I got an error that says: "The entity "entity" cannot be found in "another entity"".
I also try to rename class names without underscore to see if I was doing a mistake but no, that's working.
I search on the web and see maybe a reason who can explain that issue, here it is:
So someone can tell me exactly how can I do to put underscore in my tables names with symfony?