beberlei / zf-doctrine

A Zend Framework 1.x and Doctrine 1.2 Integration - UNMAINTAINED
101 stars 21 forks source link

Base model classes are generated without the _Base_ addition #9

Closed memakro closed 14 years ago

memakro commented 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.

memakro commented 14 years ago

My problem was the version of doctrine library. I download last stable version and now it works.