tags:

views:

438

answers:

1

Hi guys, I've been looking at the Kohana docs , for a project I'm planning to make that needs an user-system. I noticed the Auth module but when I tried to figure how to use it the docs were little to no help , so I searched the internet - but everything I found was either outdated or didn't answer my questions, so I was hoping you could direct me to a good tutorial on how to use the Auth module. Thanks in advance!

A: 

Have you read this http://docs.kohanaphp.com/addons/auth ?

First you need to create tables with the structure described in the document, then all you do is pass Input class variables inside of your Controller to the methods described in the document.

If this is to general description then go ahead and ask more detailed questions and I'd be happy to assist you.

Mike P.

related questions