Hi, Here is the database schema for the project I am working on: http://files.me.com/lukas.smith/bj1bw9
You can also get a mysql workbench file here: http://code.google.com/p/uninformed/source/browse/trunk/doc/un-informed-schema.mwb The schema.yml file is here: http://code.google.com/p/uninformed/source/browse/trunk/config/doctrine/schema.yml As you can see, there are a couple of many2many relations that have attributes, like the "votingrecords" (model: Votingrecord) or the "memberstates2organisations" (model: MemberOrganisation) table. Right now I am looking to use the admin generator to get up and running quickly. So the idea would be to create separate admin generator modules for the models that manage these relations. However when I create an admin generator module, I can only see the attributes and not the relations. If I manually add a row into the database, I get an error when I try to load the list view. Adding a separate single column PK instead of the multi column PK also did not really solve things. So the goal is that I could create an admin generator module for the two above mentioned models: php symfony doctrine:generate-admin backend Votingrecord -- module=votingrecords I would very much appreciate any help. regards, Lukas Kahwe Smith [email protected] PS: FYI: This is an application for the UN informed project (http://un-informed.org/ ) who's aim is to make UN resolutions much more transparent to local governments, NGOs and researchers alike. If anyone is interested in helping on this project please contact me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
