Closed memakro closed 14 years ago
I generated models using 'zf generate-models-from-yaml doctrine' but files and classes in a Base directory are named without the Base string. However there are classes in a model directory which extend base models with the Base addition.
My problem was the version of doctrine library. I download last stable version and now it works.
I generated models using 'zf generate-models-from-yaml doctrine' but files and classes in a Base directory are named without the Base string. However there are classes in a model directory which extend base models with the Base addition.