CodeIgniter Forums
User Role In CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: User Role In CodeIgniter (/showthread.php?tid=41298)



User Role In CodeIgniter - El Forum - 05-04-2011

[eluser]eliminator2009[/eluser]
I am new to PHP & CodeIgniter now i want to create users with following roles with rights of

Create or Add new, Edit or Update or Save, Delete, View.

How do i do that?

Thanks. :exclaim:


User Role In CodeIgniter - El Forum - 05-04-2011

[eluser]Italo Domingues[/eluser]
CodeIgniter does not have native class for access control, you need to build your own component or pick something that suits you.


User Role In CodeIgniter - El Forum - 05-04-2011

[eluser]InsiteFX[/eluser]
Ion Auth in the Ignited Code forum topic!

InsiteFX


User Role In CodeIgniter - El Forum - 05-05-2011

[eluser]magnushung[/eluser]
At this link: http://codeigniter.com/wiki/Category:Help::Tutorials Shawn McCool has video tutorials of creating access control. You can try that.