I have a few simple classes, all extending Doctrine_Record.
Now I want to make a slightly more complex query with Inner Join, not just table data extracting.
I am doing to use DQL, does this oblige me to manually define relation between 2 tables? Should I define this relation class or I better update schema.yml and somehow re-generate class code?
No DQL joins are possible without such explicit relation preparations, right?