I have developed a registration form using codeigniter framework which works fine. But now I want to integrate it with ion auth library to make it more scalable. But I am new to using external libraries in codeigniter and I don't know how to use ion auth to build a registration system. Can any one please let me know some good tutorials?
|
feedback
|
|
first of all have you read the official documentation which includes a detailed installation procedure ? Also I think Ion Auth doesnt provide templates (views ) for handling registration,etc Also have you considered using tank auth ? Tank auth provides some basic views which handles registration, login etc. Edit : have a look at the views provided here | |||||
feedback
|