Zend+Doctrine yml schema question

unpacesflywh

New Member
I managed to get my Zend modular project working with Doctrine 1.2 according to these instructions http://github.com/beberlei/zf-doctrine and I have one question: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.I want to use some tool for designing these entities but I really don't want to have ugly names Default_Model_User, etc.Thanks in advanceMartin Srom
 
Back
Top