Hi all,
I’m VERY new to the YII framework. I’ve seen in the documentation that there is a User Module, that allows for authentication, etc. Now, my application already has a table in the database, where I store the accounts for my application users. Is it at all possible to have the YII User Module to interface to my existing table?
Thanks!