1. 09 Dec, 2007 1 commit
  2. 07 Dec, 2007 1 commit
  3. 06 Dec, 2007 1 commit
  4. 04 Dec, 2007 1 commit
  5. 03 Dec, 2007 1 commit
  6. 02 Dec, 2007 1 commit
  7. 01 Dec, 2007 2 commits
  8. 30 Nov, 2007 1 commit
  9. 29 Nov, 2007 1 commit
  10. 28 Nov, 2007 2 commits
  11. 25 Nov, 2007 6 commits
  12. 24 Nov, 2007 2 commits
  13. 22 Nov, 2007 1 commit
  14. 21 Nov, 2007 1 commit
  15. 20 Nov, 2007 1 commit
  16. 19 Nov, 2007 3 commits
  17. 18 Nov, 2007 2 commits
    • romanb's avatar
    • romanb's avatar
      Refactoring. Started to introduced a clear separation between column names and... · cfc7d4e4
      romanb authored
      Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
      cfc7d4e4
  18. 16 Nov, 2007 2 commits
  19. 15 Nov, 2007 5 commits
  20. 13 Nov, 2007 1 commit
  21. 12 Nov, 2007 1 commit
  22. 10 Nov, 2007 3 commits