LerochkaKapito / extjs-bundle

Use ExtJs with Symfony 2
MIT License
21 stars 18 forks source link

Doctrine\ORM\Mapping\ManyToMany and symfony 2.3.3 #9

Closed wakoch closed 11 years ago

wakoch commented 11 years ago

We needed support for ManyToMany associations, so I added it (beta).

The current release of symfony 2.3.3 has changed declaration of getSkeletonDirs, so I changed that too.

Extend the belongsTo configuration.

jamesmoey commented 11 years ago

Could you write test case for ManyToMany relationship?

jamesmoey commented 11 years ago

Keep associate name consistence between PHP and Javascript, remove lower casing. Keep mongo association type of EmbedMany, ReferenceMany and ReferenceOne.

galmi commented 10 years ago

wakoch, did u have some examples of using many-to-many relation with extjs?

wakoch commented 10 years ago

No, sorry. Didn't worked on the project lately.