I am new with zf2 & zfcuser module. I want to manage separately user & admin through diffrent tables(user,admin) with zfcuser module. I have made a copy of the zfcuser module for admin & made changes according to new mobule like rename classes, files etc. admin module is exist in the Moudle folder. It's working fine I mean running without any error, but problem is that both modules are using single table(user) and session.
Please let me know where am I wrong?
I want to use separate authentication for both user and admin.
Thanks in advance.