What should I change (Bisna-wise) in zend framework's application.ini when upgrading to Doctrine 2.2?

221 views Asked by At

If I don't do anything, I get errors of the annotation driver.
I've read the upgrade doc, and know about the "use" statements to define the namespace of the annotations.

HOWEVER - I do not want to go over all my entities and add that to each annotation.

1

There are 1 answers

1
trialgod On BEST ANSWER

use the SimpleAnnotationReader instead of the AnnotationReader.