- 25 Nov, 2007 7 commits
- 24 Nov, 2007 5 commits
- 23 Nov, 2007 2 commits
- 22 Nov, 2007 3 commits
-
-
zYne authored
-
zYne authored
--no commit message
-
wernerm authored
Added isValidModelClass() static method and fixed getLoadedModels() in order to resort back to the (classical) approach of class inclusion as a fallback when record classes have different names than their file names. The fallback behaviour of getLoadedModels() is now similar to what is was before the changes introduced in rev 3002.
-
- 21 Nov, 2007 4 commits
- 20 Nov, 2007 5 commits
-
-
-
zYne authored
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
romanb authored
Makes it easier to see the dependencies between these two concerns, cache the results of the query parsing process later on, implement & use alternative hydrators to experiment with different algorithms etc. etc. Other small refactorings.
-
- 19 Nov, 2007 5 commits
- 18 Nov, 2007 9 commits
-
-
meus authored
some small refactorings. adding docblocks. creating guard clauses. refactor our some code into methods. no aditional test failures so it looks ok. also added some @todo comments
-
zYne authored
-
jepso authored
-
zYne authored
--no commit message
-
romanb authored
-
romanb authored
-
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).
-
meus authored
-
meus authored
-