CodeIgniter 3.0 (dev)のシンプルで使いやすく、インストールしやすいログイン システムを 探しています。
いくつかの異なるスクリプトを見てきましたが、ほとんどは CodeIgniter 2.x 用です。
どんな助けにも感謝します。
CodeIgniter 3.0 (dev)のシンプルで使いやすく、インストールしやすいログイン システムを 探しています。
いくつかの異なるスクリプトを見てきましたが、ほとんどは CodeIgniter 2.x 用です。
どんな助けにも感謝します。
そこにある最高の 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 のように。