ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Added possibilities to completely disable generating of entities for Zfc... #61

Closed spalax closed 10 years ago

spalax commented 11 years ago

.... It is might be very usefull when you already have own Entity/User and dont want the bin/doctrine-module to generate useless Entities for you.

Danielss89 commented 10 years ago

This functionality is already there. Look at the option: https://github.com/ZF-Commons/ZfcUserDoctrineORM/blob/master/src/ZfcUserDoctrineORM/Options/ModuleOptions.php#L17