Hey I did not really read through the entire thing, but if you want to create a database, I would recommend let symfony do it for you. By that I mean, create your db as you would otherwise, and then specify the connection to symfony and simply follow the build commands (build-schema) I suppose that will mimic the database for you and generate all that you need. On Sat, Dec 12, 2009 at 1:49 PM, LeBurt <[email protected]> wrote:
> > hi I'm quite newbie , but may be "Alias" in index block is what you > > need. > > I tried aliases, I also tried creating indexes but nothing worked. > > I guess all of this boils down to a simple question: What is the YAML > syntax to create a foreign key relation on multiple fields? > > I haven't seen a single example in the Symfony or Doctrine 1.2 > documentation (http://www.doctrine-project.org/documentation) that > explains how. Is it even possible? > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en.
