I'm working with the sfMondongoPlugin v1.0 https://github.com/mondongo/sfMondongoPlugin

I can not get the embeds code to generate correctly. It generates embedded classes that inherit from the EmbeddedDocument class. (sounds correct)

But it doesn't seem to have any reference to the embedded Class in the Parent Class.

Has anyone else had this problem?

[yml]

Author:
  fields:
    name: string
  embeddeds:
    phonenumber: { class: Phonenumber, type: many }

Phonenumber:
  fields:
    number: string
link|improve this question

69% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.