Doctrine ORM

Doctrine ORM
Install Download

Version 1.00
Author ImpressPages
License: MIT and LGPL
GIT [email protected]:impresspages-plugins/Doctrine.git
Downloads: 1614

Enable Doctrine ORM. Once you have this plugin installed, you can use Doctrine entities on any of your plugins.

Installation

  1. Install Composer plugin
  2. Install This plugins
  3. Use Doctrine engine in any of your plugin. You can access Doctrine Entity manager using one of these methods:
     - \Plugin\Doctrine\Service::getEntityManager()
     - doctrineEm()
  4. If you need help, have a look at "Doctrine Example" plugin.