- 22 Jan, 2008 1 commit
-
-
jwage authored
-
- 18 Jan, 2008 1 commit
-
-
romanb authored
-
- 05 Jan, 2008 1 commit
-
-
romanb authored
-
- 04 Jan, 2008 1 commit
-
-
zYne authored
--no commit message
-
- 18 Nov, 2007 1 commit
-
-
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).
-
- 15 Nov, 2007 1 commit
-
-
wolfpakz authored
-
- 12 Nov, 2007 1 commit
-
-
dbrewer authored
and table classes.
-
- 10 Nov, 2007 1 commit
-
-
meus authored
-
- 09 Nov, 2007 2 commits
- 08 Nov, 2007 1 commit
-
-
dbrewer authored
-
- 01 Nov, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 29 Sep, 2007 1 commit
-
-
romanb authored
-
- 25 Sep, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 20 Sep, 2007 5 commits
-
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
Jonathan.Wage authored
-
zYne authored
--no commit message
-
Jonathan.Wage authored
-
- 19 Sep, 2007 3 commits
- 17 Sep, 2007 1 commit
-
-
meus authored
-
- 12 Sep, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 10 Sep, 2007 1 commit
-
-
jackbravo authored
Object needs to be saved to set type column. Also deleted unnesesary model, test can be made with default models.
-
- 05 Sep, 2007 1 commit
-
-
jackbravo authored
-
- 04 Sep, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 03 Sep, 2007 4 commits
- 02 Sep, 2007 4 commits
- 20 Jul, 2007 2 commits
- 08 Jul, 2007 1 commit
-
-
romanb authored
Improvements and enhancements to the NestedSet (not BC! please have a look at draft/nestedset_changes.tree). Added a model that was missing in the repos (model/BlogTag). Updated a testcase.
-
- 27 Jun, 2007 1 commit
-
-
zYne authored
--no commit message
-