- 25 Nov, 2007 1 commit
-
-
romanb authored
-
- 24 Nov, 2007 1 commit
-
-
romanb authored
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
-
- 19 Nov, 2007 1 commit
-
-
romanb authored
-
- 18 Nov, 2007 2 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
-
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).
-
- 10 Nov, 2007 3 commits
- 30 Oct, 2007 1 commit
-
-
gnat authored
-
- 25 Oct, 2007 2 commits
-
-
Jonathan.Wage authored
-
Jonathan.Wage authored
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 20 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 15 Oct, 2007 2 commits
- 13 Oct, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 08 Oct, 2007 1 commit
-
-
zYne authored
-
- 07 Oct, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 01 Sep, 2007 3 commits
- 29 Aug, 2007 1 commit
-
-
zYne authored
-
- 25 Aug, 2007 1 commit
-
-
jackbravo authored
-
- 24 Aug, 2007 2 commits
- 16 Aug, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 15 Aug, 2007 1 commit
-
-
nicobn authored
'import' is a reserved word in PHP 6. Changed all method names / properties name from import to imprt. This means the documentation will need to be changed
-
- 09 Aug, 2007 1 commit
-
-
jackbravo authored
-
- 02 Aug, 2007 1 commit
-
-
meus authored
-
- 12 Jul, 2007 1 commit
-
-
zYne authored
-
- 11 Jul, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 01 Jul, 2007 1 commit
-
-
zYne authored
-
- 26 Jun, 2007 2 commits
-
-
subzero2000 authored
Ensure usage of Doctrine_Connection_Statement rather than PDOStatement in Doctrine_Connection::execute(). Fixes #365
-
zYne authored
--no commit message
-
- 25 Jun, 2007 3 commits
- 19 Jun, 2007 1 commit
-
-
zYne authored
2. Merging Doctrine_Db functionality into Doctrine_Connection 3. Merging Doctrine_Db modules to Doctrine_Connection plugins
-