2017 © Pedro Peláez
 

library doctrine-collections

Custom Entity Collections within multiple criteria

image

phppond/doctrine-collections

Custom Entity Collections within multiple criteria

  • Wednesday, August 10, 2016
  • by nick.lavrik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

# doctrine-collections

1) Installing

Using Composer

As Symfony uses [Composer][1] to manage its dependencies, the recommended way to install this bundle is to use it., (*1)

If you don't have Composer yet, download it following the instructions on [http://getcomposer.org/][1] or just run the following command:, (*2)

curl -s http://getcomposer.org/installer | php

Then, use the require command to download this bundle:, (*3)

php composer.phar require phppond/doctrine-collections:@stable

2) Usage

use PhpPond\ORM\EntityRepository;

public function showCollectionAction(Criteria $criteria)
{
    $collection = $this->get('entity_repository')->all('u');
    $collection->criteria($criteria);
    ...
}

The Versions

10/08 2016

dev-master

9999999-dev

Custom Entity Collections within multiple criteria

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nick G. Lavrik
by Creative WebMedia Pvt. Ltd

02/08 2016

v1.0

1.0.0.0

Custom Entity Collections within multiple criteria

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nick G. Lavrik