Skip to content

phppond/doctrine-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doctrine-collections

======================

  1. Installing

Using Composer

As Symfony uses Composer to manage its dependencies, the recommended way to install this bundle is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

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

Then, use the require command to download this bundle:

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

use PhpPond\ORM\EntityRepository;

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages