Hi ter,
I’m new to yii framework and new to MVC.
Anyone pls share with me how to create a registration form by using yii framework step by step.
Tq
Hi ter,
I’m new to yii framework and new to MVC.
Anyone pls share with me how to create a registration form by using yii framework step by step.
Tq
There are only 2 tutorials that’s “step by step”:
http://www.yiiframework.com/doc/guide/
http://www.larryullman.com/series/learning-the-yii-framework/
Based on these, you could do your own registration form, if assume that you know how to make it with basic web development knowledge.
Hi vinoth.mohan ,
I recommended you to build your registration system " don’t use code you didn’t understood it because you will hack in future " .
1- learn about model
2- learn about controller
3- learn about view
all above in this link :
4- model validation
5- sessions and cookie in yii
7- Roles and permissions in Yii
http://www.yiiframework.com/doc/guide/1.1/en/topics.auth
http://www.yiiframework.com/wiki/136/getting-to-understand-hierarchical-rbac-scheme/
http://www.yiiframework.com/wiki/328/simple-rbac/
8- Login with database :
http://www.yiiframework.com/forum/index.php/topic/20832-solveduser-login-with-db/
http://www.yiiframework.com/doc/guide/
Then you can build your registration system also anything else .
ma also pls help me