如何创建CodeIgniter/Tank Auth登录页面?

Rya*_*ter 1 php authentication login codeigniter

所以,我下载了Tank Auth,并把它放在我的CodeIgniter库文件夹中......现在怎样?只是基于此库的登录页面(控制器+视图)的基本实现将非常感激,让我朝着正确的方向前进.谢谢.

小智 5

Tank auth已经有一个注册页面.只需访问http://yoururl.com/index.php/auth/register即可

查看application/controllers/auth.php文件.