dev-master
9999999-devDoctrine2 ORM storage adapter for ZfcUser.
BSD-3-Clause
The Requires
zf2
1.0
1.0.0.0Doctrine2 ORM storage adapter for ZfcUser.
BSD-3-Clause
The Requires
zf2
Wallogit.com
2017 © Pedro Peláez
Doctrine2 ORM storage adapter for ZfcUser.
Version 0.1.1 Created by Kyle Spraggs and the ZF-Commons team, (*1)
ZfcUserDoctrineORM is a Doctrine2 ORM storage adapter for ZfcUser., (*2)
The following options are available:, (*3)
Set up Database Connection Settings for Doctrine ORM:, (*4)
Namely, go to Doctrine Connection Settings, and copy/paste/modify the example configuration file content into your config/autoload/doctrine.orm.local.php., (*5)
Install Zfc Components:, (*6)
php composer.phar require zf-commons/zfc-user-doctrine-orm
Set up your Modules in config/application/application.config.php, something like, (*7)
'modules' => array(
'DoctrineModule',
'DoctrineORMModule',
'ZfcBase',
'ZfcUser',
'ZfcUserDoctrineORM',
'Application',
),
Now, you can use ZfcUser SQL schema to set up your database tables., (*8)
Alternatively, you can use doctrine-module to do this work for you:, (*9)
vendor/bin/doctrine-module orm:schema-tool:update --dump-sql
If SQL looks okay, do:, (*10)
vendor/bin/doctrine-module orm:schema-tool:update --force
You can now navigate to /user and it should work., (*11)
Doctrine2 ORM storage adapter for ZfcUser.
BSD-3-Clause
zf2
Doctrine2 ORM storage adapter for ZfcUser.
BSD-3-Clause
zf2