[Closed] is it possible to define constants in doctrine entities in skipper?

0 votes
asked Aug 5, 2016 in Solved by ptermaten (390 points)
recategorized Oct 5, 2016 by ludek.vodicka

1 Answer

0 votes
answered Aug 5, 2016 by ludek.vodicka Skipper developer (140,450 points)

Can you send us documentation link and example what exactly are you trying to achieve?

commented Aug 8, 2016 by ptermaten (390 points)

There is a description in:

http://stackoverflow.com/questions/6898563/constants-in-doctrine-2-entities

Basically, what should happen, is that the ORM export knows how to include and preserve these constants in the outputfiles.

Thanks,
Peter

commented Aug 8, 2016 by ludek.vodicka Skipper developer (140,450 points)

Thanks for links. But from what I see it's not ORM thing, it's a php arrays and code, so this is unfortunately not possible to define in Skipper.

commented Aug 8, 2016 by ptermaten (390 points)

Makes sense. Thanks for your prompt answer.

...