2017 © Pedro Peláez
 

library ht-user-registration-doctrine-orm

A ZfcUser based module to add ORM to HtUserRegistration

image

hagmann/ht-user-registration-doctrine-orm

A ZfcUser based module to add ORM to HtUserRegistration

  • Monday, May 16, 2016
  • by hagmann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

API Skeletons - HtUserRegistrationDoctrineORM

This module extends HtUserRegistration by replacing the Zend DB code with Doctrine. This module is functionally similar and designed to supercede hrevert/HtUserRegistrationDoctrineORM, (*1)

Install

Require with composer, (*2)

composer require api-skeletons/ht-user-registration-doctrine-orm

Include in config/application.config.php, (*3)

    'modules' => array(
        ...
        'HtUserRegistration',
        'HtUserRegistrationDoctrineORM',  // include after HtUserRegistration
        ...
    ),

Configure

Your User entity must implement HtUserRegistrationDoctrineORM\Entity\UserInterface., (*4)

Copy ht-user-registration-doctrine-orm/config/ht-user-registration-doctrine-orm.global.php.dist to your autoload directory and rename to ht-user-registration-doctrine-orm.global.php., (*5)

Edit ht-user-registration-doctrine-orm.global.php for your configuration. Dynamic mapping joins the UserRegistration entity to your User entity. Most important is to edit the $userEntity variable with your Doctrine user entity., (*6)

In ht-user-registration.global.php set, (*7)

    'registration_entity_class' => 'HtUserRegistrationDoctrineORM\Entity\UserRegistration',

Skipper

A Skipper module is included to add to your entity relationship diagram as an attached skipper module., (*8)

The Versions

16/05 2016

dev-master

9999999-dev

A ZfcUser based module to add ORM to HtUserRegistration

  Sources   Download

BSD-3-Clause

The Requires

 

by Simon Hagmann

01/08 2015

0.1.2

0.1.2.0

A ZfcUser based module to add ORM to HtUserRegistration

  Sources   Download

BSD-3-Clause

The Requires

 

24/06 2015

0.1.1

0.1.1.0

A ZfcUser based module to add ORM to HtUserRegistration

  Sources   Download

BSD-3-Clause

The Requires

 

22/06 2015

0.1.0

0.1.0.0

A ZfcUser based module to add ORM to HtUserRegistration

  Sources   Download

BSD-3-Clause

The Requires