phpcr-odm
phpcr-odm copied to clipboard
Doctrine PHPCR ODM
a query can currently return documents or phpcr nodes. it would be useful to also allow to return arrays of the selected values.
Both the ORM and MongoDB ODM have a command which creates getters and setters, based on the mapping data. The PHPCR ODM should also provide something this command. I'm in...
while investigating a website using phpcr-odm, i found that after setting a depth of 2 there are two things left that lead to a lot of unnecessary requests: - parent...
I get the following error when updating phpcr-odm in an older project. ``` Cannot assign null to property Symfony\Component\Routing\Route::$condition of type string ``` `condition` was only added in newer versions...