donpb2823 2013-07-23 19:02
浏览 32
已采纳

Codeigniter - 在我的库中加载模型

I'm about to write my own library in codeigniter to check if the logged in user is an admin or not. To do that I need to compare a value with the value of the typeAccount in the DB. Because I'm still learning the MVC pattern I had a question about this before starting to write my library. Can I load a model in my library? Or should I communicate directly to my DB in my library? Or is there a better way to approach this?

  • 写回答

3条回答 默认 最新

  • douxi0098 2013-07-23 19:06
    关注

    Since the library is some kind of logic, you can see it as a piece of the Controller. The Controller usually just loads a Model to use it.

    So yes just load the Model from CodeIgniter instead of connecting to the database yourself.

    Makes your code more DRY too.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记