How to create a user profile system without using yiiuser module

hi i m new to frameworks and to Yii i want to know i want to create a user profile system without using yiiuser module how can i start it with yii?

The quickest way is to design first your database, then create a model of your tables, then create CRUD for your models.

Thanx it helped alot