[Feature request] Extends ORM designer without exporting new fields/options

0 votes
asked Mar 29, 2013 in Feature Request by anonymous
recategorized Mar 29, 2013 by ludek.vodicka

I was able to extends Doctrine 2 configuration file in order to add some specifics attributes we need on entities but the problem is that these new attributes are exported in our php files as annotations.

In fact I just need these attributes to be stored in the XML but not to be exported, is there an option for that ?

1 Answer

0 votes
answered Mar 29, 2013 by ludek.vodicka Skipper developer (140,450 points)

It's interesting feature request. Right now there is no way how to omit attribute export (and nobody wanted it till now ;-) ).

But I suppose there should be a relatively easy way how we can implement it. I add your question to our feature request list.

...