Hi all,

I discover Doctrine, to use it with my next selfmade framework.

But, actually, I have 2 problems:

1) When I generate my Entities from the database, my class properties are 
lowercased.
Firstly, I tried to change it with a NamingStrategy, but no success... it 
seems only affected by this line :
https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php#L547

(please note: I don't want to enforce a specific format, I just want 
Doctrine preserves the users choice)

2) I have made a custom EntityGenerator, to add a "magic" named method, in 
addition to the getters/setters,
but I don't know how to say, to Doctrine, to use my custom generator.

Any ideas, please?

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to