与Doctrine ODM and schema-less design:
有关我有一个带有一组可变属性的Product实体类,我想使用MongoDB来存储它们。现在我的问题是:
我知道我可以使用https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/references.md
引用Mongo文档但是,我有一个空文档类只有1个类属性,其中包含&#34; @ hash&#34;注释...和我的路径看起来像这样:&#34; $ product-&gt; getAttributeSet() - &gt; getAttributes()&#34 ;,假设我的文档命名为&#34; AttributeSet&#34;。< / p>
有没有更漂亮/更好的方法呢?