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?

link|improve this question

47% accept rate
feedback

1 Answer

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

link|improve this answer
Can you give a demo of simple registration form using ion auth? – Sanks R Jul 14 '11 at 7:19
@Sanks R - Ion Auth provides views for registration. Check out the "create_user.php" file. – Shauna Jul 15 '11 at 11:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.