Christophe Willemsen

Results 88 comments of Christophe Willemsen

Ha yeah, DoctrineModule Form element

Interesting ! Do you have a screenshot of what your graph looks like after the historic is created ? You can even share privately if you want : christophe at...

Hi @theUm Yes, plan is to have a auto lazy loaded Collection class that would fetch entities from the db in chunks. For ex : 1st call to getChilds() =>...

This is almost possible by #116 . When the `slice($skip, $limit)` method will be added on the lazy collection, it will be possible to paginate the relationships or relationship entities

The equivalent of `Query::HYDRATE_ARRAY` in Doctrine2

It is impossible to do it with inheritance. I agree it should be add when mapping inheritance will be in place. In the meantime what you can do is add...

While I understand the need, the way I would like to be achieved would require a bit time and development so I decided to plan this feature post GA release...

Thanks, currently inheritance is not supported. So I leave it open for now, I didn't looked deeply into that yet tbh.