Zend + Doktrin yml şema soru

0 Cevap php

Benim Zend modüler proje bu talimatlara göre Doktrini 1.2 ile çalışan başardı

http://github.com/beberlei/zf-doctrine ve ben bir soru var:

Can I somehow get rid of writing entity names with prefixes Default_Model_ and Forum_Model_? For example write this prefix only once somewhere in yml and all entities in yml file will have it, or better by placing schema.yml into module folder and the entities will automatically gain the proper prefix by it's module.

Ben bu varlıkları tasarımı için bazı aracı kullanmak istiyorum ama gerçekten çirkin isimler Default_Model_User, vs olmasını istemiyorum

Thanks in advance Martin Srom

0 Cevap