- 04 Jan, 2008 1 commit
-
-
zYne authored
-
- 28 Dec, 2007 1 commit
-
-
romanb authored
-
- 19 Dec, 2007 1 commit
-
-
Jonathan.Wage authored
Refactorings for schema files and Doctrine_Record builder. More to come but got held up on some things that zYne- must fix first.
-
- 16 Dec, 2007 1 commit
-
-
pookey authored
-
- 15 Dec, 2007 1 commit
-
-
tamcy authored
-
- 13 Dec, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 12 Dec, 2007 4 commits
- 11 Dec, 2007 1 commit
-
-
zYne authored
-
- 10 Dec, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 09 Dec, 2007 1 commit
-
-
jackbravo authored
The unset functionality is not working for foreignKey relations
-
- 07 Dec, 2007 1 commit
-
-
dbrewer authored
Doctrine_Query_Tokenizer::bracketExplode() were case sensitive, and changed tokenizer to make them case insensitive.
-
- 06 Dec, 2007 1 commit
-
-
romanb authored
Introduced a new attribute ATTR_AUTOLOAD_TABLE_CLASSES that can be used to control whether Doctrine should try to autoload custom table class files when looking for them.
-
- 04 Dec, 2007 1 commit
-
-
pookey authored
-
- 03 Dec, 2007 1 commit
-
-
guilhermeblanco authored
-
- 02 Dec, 2007 1 commit
-
-
tamcy authored
-
- 01 Dec, 2007 2 commits
- 30 Nov, 2007 1 commit
-
-
jackbravo authored
-
- 29 Nov, 2007 1 commit
-
-
tamcy authored
-
- 28 Nov, 2007 2 commits
-
-
jackbravo authored
The default is set to false because fetching the relations deletes previously fetched relations =P. This is, if you fetched an aggregated value (SUM, COUNT), it wont be refreshed, it will be overwritten by the actual related values.
-
Jonathan.Wage authored
Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector.
-
- 25 Nov, 2007 6 commits
- 24 Nov, 2007 2 commits
- 22 Nov, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 21 Nov, 2007 1 commit
-
-
romanb authored
-
- 20 Nov, 2007 1 commit
-
-
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 3 commits
- 18 Nov, 2007 2 commits
-
-
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).
-