Please forgive me for what is surely a stupid question, but how do we begin using DB based auth? We are brand new to Yii and the very first table we need to create is the users table. I assume the authorization component has a recommend schema, but we can’t find anything anywhere about setting this up.
I’m sure there is a tutorial or document somewhere. Can someone lend us a hand?
The user table schema is less well defined as the authorisation components are designed to work with your existing schema. The guide page linked above should get you started.