phpcr-odm icon indicating copy to clipboard operation
phpcr-odm copied to clipboard

Doctrine PHPCR ODM

Results 64 phpcr-odm issues
Sort by recently updated
recently updated
newest added

a query can currently return documents or phpcr nodes. it would be useful to also allow to return arrays of the selected values.

performance
feature
query

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...

feature

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...

performance

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...