Hello Everyone !
I'm a newbee to Yii but willing to learn it, I got both of published books and went through them but still can't accomplish what I need, can you help me please ?
Site that I'm creating is something like members area in a whole, so nothing of content is displayed before someone log in. After log in, it should be done against MySQL, and pulling user role from DB, it has to redirect to content that specific user can see.
index.php->Login->(success login,user role)->(dir)admin(admin controllers)
(dir)member(member controllers)
I would like to separate role folders and according to role to redirect user to it.
ex: mysite.com/admin/controllerID1/actionIndex
I'll appreciate any help.
Kind Regards,
Robert
Page 1 of 1
login page login page, pull roles from DB and redirect according to role
#2
Posted 03 February 2012 - 10:18 AM
I think you need to create different modules. When you create a module, you also create a folder that contains all controllers, models and views in a specific folder. The structure of a module is the same of an yii application. It permit you to separate logical module of your app by folders.
#4
Posted 14 January 2014 - 01:14 AM
Thanks sensorario. But what about the naming pattern of different modules.
#6
Posted 15 January 2014 - 03:37 AM
Share this topic:
Page 1 of 1