1
votes

I am creating a Symfony 1.4 project using Propel 1.5. I would like to know if this can support multiple databases

2

2 Answers

2
votes

It seems that the answer is yes: take a look at this page

1
votes
    #config/orgdb.schema.yml
    orgdb:
      _attributes: {package:lib.model.orgdb} # add this line
      organization:
      id:           ~