DISQUS

Tech-Recipes: Symfony / Propel: How to Left Join | Symfony | Tech-Recipes

  • Ken Andrew · 11 months ago
    hi, can i join two tables from two different databases?
    from you example, what if "patient" table is in patient_db and "doc" table is in doc_db? would that be possible?

    thanks :D
  • Name · 3 months ago
    Anyone know the answer to this? I also need to do a join between two databases.
  • pawel · 8 months ago
    This is not working - I can't get $patient->getDoc() to working - there's no such method... It's not generated with build-model :(
  • Krzysiek · 4 weeks ago
    It could also be called getDocs if its not 1:1 relationship, or getDocRelatedByDocId().