Authentication 设置代码点火器3 HMVC带油箱认证

Authentication 设置代码点火器3 HMVC带油箱认证,authentication,codeigniter-3,hmvc,tankauth,codeigniter-hmvc,Authentication,Codeigniter 3,Hmvc,Tankauth,Codeigniter Hmvc,我试图在HMVC的CodeIgniter中安装Auth Tank,但没有成功。 我做了以下工作: 我在数据库中创建了表 我把文件夹(配置、控制器、助手、语言、库、模型、视图)放在modules/auth/中 在application/config/routes.php中,我将路由添加到了Auth池中:$route[“Auth”]=“Auth/login” 在Controllerauth.php中,我更改了$this->lang->load('tank_auth')至$this->lang->l

我试图在HMVC的CodeIgniter中安装Auth Tank,但没有成功。 我做了以下工作:

  • 我在数据库中创建了表
  • 我把文件夹(配置、控制器、助手、语言、库、模型、视图)放在
    modules/auth/
  • application/config/routes.php
    中,我将路由添加到了Auth池中:
    $route[“Auth”]=“Auth/login”
    
  • 在Controller
    auth.php
    中,我更改了
    $this->lang->load('tank_auth')
    $this->lang->load('auth/tank_auth')
  • 我更改了控制器文件以扩展我的\u控制器(扩展MX\u控制器)
继续此错误后:

遇到未捕获的异常

类型:RuntimeException

消息:找不到您指定的型号:登录\u尝试

文件名: /home/danineto/public_html/ide/workspace/spin/system/core/Loader.php

电话号码:344

回溯:

文件: /home/danineto/public_html/ide/workspace/spin/application/third_party/MX/Loader.php 行:213功能:型号

文件: /home/danineto/public_html/ide/workspace/spin/application/modules/auth/libraries/Tank_auth.php 行:601功能:型号

文件: /home/danineto/public\u html/ide/workspace/spin/application/modules/auth/controllers/auth.php行:57函数:是否超过最大登录次数

文件:/home/danineto/public_html/ide/workspace/spin/index.php行: 315功能:需要一次

有人实现了这个库可以帮助我吗

多谢各位