- 23 Mar, 2008 1 commit
-
-
romanb authored
-
- 19 Mar, 2008 1 commit
-
-
romanb authored
-
- 17 Mar, 2008 1 commit
-
-
romanb authored
-
- 05 Mar, 2008 1 commit
-
-
romanb authored
refactorings, a bug fix (#786) and improved performance for the hydration of results from polymorphic queries.
-
- 29 Feb, 2008 1 commit
-
-
guilhermeblanco authored
-
- 28 Feb, 2008 1 commit
-
-
romanb authored
moved managed record/entity handling to the UnitOfWork. identity maps are the next. started to remove obsolete table stuff.
-
- 24 Feb, 2008 2 commits
- 23 Feb, 2008 1 commit
-
-
romanb authored
-
- 22 Feb, 2008 1 commit
-
-
jwage authored
-
- 20 Feb, 2008 1 commit
-
-
romanb authored
started refactoring to final mapper structure for 1.0. different mapping strategies are factored out as separate strategy classes instead of inheritance.
-
- 14 Feb, 2008 1 commit
-
-
meus authored
Added tests for Doctrine_Access. It uses annotations for exceptions and to mark functions as tests. Also changed some logic in access and implementing classes to make the abstraction a little bit more solid
-
- 07 Feb, 2008 2 commits
- 03 Feb, 2008 1 commit
-
-
romanb authored
Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.
-
- 25 Jan, 2008 1 commit
-
-
pookey authored
-
- 23 Jan, 2008 2 commits
- 22 Jan, 2008 1 commit
-
-
- 19 Jan, 2008 1 commit
-
-
dbrewer authored
-
- 17 Jan, 2008 1 commit
-
-
guilhermeblanco authored
-
- 12 Jan, 2008 1 commit
-
-
romanb authored
-
- 11 Jan, 2008 1 commit
-
-
romanb authored
-
- 05 Jan, 2008 3 commits
-
-
romanb authored
-
romanb authored
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
-
Jonathan.Wage authored
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
-
- 28 Dec, 2007 1 commit
-
-
romanb authored
-
- 11 Dec, 2007 4 commits
-
-
jackbravo authored
-
romanb authored
-
wernerm authored
Changed the link() method's use of getLocal() and getForeign() to getLocalFieldName() and getForeignFieldName().
-
wernerm authored
Added link() functionality to create links between related records. It basically works in the opposite way as unlink().
-
- 09 Dec, 2007 2 commits
- 01 Dec, 2007 2 commits
- 30 Nov, 2007 1 commit
-
-
jackbravo authored
-
- 28 Nov, 2007 1 commit
-
-
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.
-
- 27 Nov, 2007 2 commits
-
-
Jonathan.Wage authored
-
Jonathan.Wage authored
-
- 26 Nov, 2007 1 commit
-
-
jackbravo authored
Be carefull when using it as it loads related records. But can be really convenient, specially when loading data from the _GET and _POST variables (possibly from a form)
-