Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 797 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 797 Bytes

Glob finder

Build Status Latest Stable Version Total Downloads

This library provides a way of querying for objects from hierachical data stores.

Currently support is only provided for PHPCR and PHPCR-ODM

$documentManager = // get phpcr-odm document manager

$finder = new PhpcrOdmTraversalFinder($documentManager);
$finder->find('/cmf/articles/*');