hi, I want to make login pages: one for member and one for admin. each of login uses its own table for authenticating. is it possible to make them and how?. since Yii just uses one table to validate login process in an example i have read.
all the objects are related, so, if you create two different login pages, you’d duplicate all these objects and change little pieces of code inside them
imho, its too much work to do, please, let us now what you want to achieve by using this approach and maybe we could suggest another one
yes, these all what i need and yes i have lot work to do. because the number of member in my site is arround 10.000 and the admin user is just about ten peoples, so i think it’s more efficient to manage and doing query. beside that, admin and member have different access roles. any suggest?