Closed tschelik closed 9 years ago
Hi. Thanks for your interest. What do you mean by "dynamic collection names"?
You can use bundle for custom collections like this
use \Solution\MongoAggregationBundle\AggregateQuery\AggregateCollection;
$query = new AggregateCollection($collection)
-> createAggregateQuery()
...
Hi there,
Nice bundle. :+1: I would like to add some features like setCollection, etc. to the bundle. Lots of projects need dynamic collection names, so are you ok with that?