ZF2: Custom user mapper for ZfcUser module

前端 未结 3 472
闹比i
闹比i 2020-12-15 12:56

I`ve added module ZfcUser on my Zend Framework 2 application. But I have to use existing database table, which has slightly different column names than the default table st

3条回答
  •  不知归路
    2020-12-15 13:36

    Currently there seems to be no easy way to change the table structure without modifying the ZfcUser source. There's a pull request on Github that should solve this problem:

    https://github.com/ZF-Commons/ZfcUser/pull/174

提交回复
热议问题