2017 © Pedro Peláez
 

symfony-bundle doctrine-manager-bundle

image

daviddel/doctrine-manager-bundle

  • Saturday, September 17, 2016
  • by daviddlv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 264 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 3 % Grown

The README.md

Usage

// AppBundle/Entity/Content.php

use Doctrine\Manager\Mapping\Annotation as MM;
use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Entity(repositoryClass="Doctrine\Manager\Model\ORM\EntityRepository")
 * @ORM\Table(name="content")
 * @MM\ModelManager(class="ContentBundle\Entity\Manager\ContentManager")
 */
class Content
// AppBundle/Controller/ContentController.php

public function indexAction(Request $request)
{
    $contentManager = $this->get('manager.factory')->getManager(Content::class);
    $contents = $contentManager->getRepository()->findAll();
}

The Versions

17/09 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by David Delevoye

17/09 2016

0.6.0

0.6.0.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

08/09 2016

0.5.0

0.5.0.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

07/09 2016

0.2.3

0.2.3.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

07/09 2016

0.2.2

0.2.2.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

15/12 2015

0.2.1

0.2.1.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

06/12 2015

0.2.0

0.2.0.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

01/10 2015

0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

by David Delevoye

14/10 2014

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

by David Delevoye