Closed jmfiaschi closed 10 years ago
Why have you added annotations? We already have XML configuration.
Hi,
my project use annotations and not XML configuration. I don't know if doctrine can manage both configurations : XML and annotations in same times. In addition, several projects used annotations.
Doctrine can use both. You'll just add the config to your own module.
Correct me if I'm wrong but when I starting using this module for the first time about a year ago I used to find a User Entity Class ready to use with annotations.
Was it removed resp. replaced by XML? Is XML recommended?
@webdevilopers You should use the ZfcUser entity, thats what the XML is for.
Modification to use User, Doctrine and Annotation