yii module

Hello friends I am newbie to Yii framework.I want to make my own module using Gii tool.In that module I need a form in which there will be username,password, date time format the total profile for user where he will submit his profile.So please suggest me how to start the project.I have got instruction to make unique module for that.So please tell me how to

controll all that.

From what I understand, you want a kind of registration page? You don’t need to create a module, simply an action in a controller which will generate a form. But module or not, it will be working the same way.

A good suggestion for starting your project: get started with yii first! Read the docs, play with the examples.

Check the comprehensive guide.

You can get ideas from the Yii Skeleton App

And do not forget the really useful Gii tool.