5

我正在为CodeIgniter 3.0 (dev)寻找简单易用的登录系统

我见过几个不同的脚本,但主要是针对 CodeIgniter 2.x。

我将不胜感激。

4

1 回答 1

8

最好的 Auth 库是Ben Edmunds 的 Ion-Auth

从回购页面:

CodeIgniter Version 3 Compatibility

CodeIgniter v3 requires the class names to be ucfirst(). In order to support this follow the standard installation procedures and then either rename the following files or create symlinks

config/ion_auth.php               =>   config/Ion_auth.php
models/ion_auth_model.php         =>   models/Ion_auth_model.php
models/ion_auth_mongodb_model.php =>   models/Ion_auth_mongodb_model.php

注意:Ion-Auth 已在许多项目中实施。像 PyroCMS。

于 2014-07-02T19:35:01.530 回答