I'm new to yii framework. I have two questions to ask :
- I have to create tabs for each table in the database
test
under which I have to have the menu for the rows of the table. How can I do this. - For the application, I will be using the database
test
. But, for user login I will be using another databaseuser
. So, I need to use two databases.Currently, the skeleton application has only two usernamesadmin
anddemo
. I need to retrieve many usernames fromuser
table ofuser
database. How can I do this in yii framework.