David Grüner

Results 3 issues of David Grüner

added persist() method to BaseActiveRecord, allowing to save() without flushing the EntityManager (for batch persisting). added pre_() and post_() hooks in propel1 fashion I looked into the Doctrine2 docs and...

I have a general question regarding the new matcher/voter system: what if I need a more complex voting mechanism for _some_ items, but not for all of them? Imagine having...

I'm looking for the `--append` option when loading fixture data. Looking at the code inside `AbstractDataLoader` it seems existing data in the affected tables is _always_ deleted beforehand. Is there...

Enhancement
DataFixtures