I need a help, I’m a Java guy and I use to work with Hibernate framework where we use a separate layer for Data Access from Model. How about doing this here in Yii Framework? Do I need to do everything in model where Yii takes care of data access layer or can I create one more layer for data access…