Welcome Guest, Not a member yet? Register   Sign In
Learning Code Igniter; Auth helper?
#1

[eluser]visua[/eluser]
Hey Guys. I've just started with code igniter. So far, I like it very much!

One of my main concerns, is writing an auth system. I'm not a great programmer and relied on other frameworks built in auth classes. I'm coming from python, so I am used to doing something like this:

@requires auth
def adminPanel():

etc.

Is there a helper class, or can someone point me some code I can read and learn from? I'm worried about handling sessions and user groups, things of that nature.

Thanks.

Mike
#2

[eluser]johnnyForums[/eluser]
[quote author="visua" date="1248396107"]Hey Guys. I've just started with code igniter. So far, I like it very much!

One of my main concerns, is writing an auth system. I'm not a great programmer and relied on other frameworks built in auth classes. I'm coming from python, so I am used to doing something like this:

@requires auth
def adminPanel():

etc.

Is there a helper class, or can someone point me some code I can read and learn from? I'm worried about handling sessions and user groups, things of that nature.

Thanks.

Mike[/quote]

I don't know if it is what you want but I found this: http://ellislab.com/forums/viewthread/120974/
#3

[eluser]visua[/eluser]
Hey, this seems about right! thank you very much.




Theme © iAndrew 2016 - Forum software by © MyBB