i just purchased the yii book, and just started developing an application with yii.
the application calls for multiple user account types, and multiple user portals. the basic account types would be admin, seller, buyer.
i am looking for the best way (best practice) to set this up. i was thinking there would be one users table, and then a seller table and a buyer table. the reason for separate tables would be that we would be storing different information about the users and the buyers. this then makes users have a 1:1 relationship with either buyer or seller table. so im still undecid