dpleylxzx47207117 2014-11-26 03:57
浏览 54
已采纳

Cakephp2:如何在Controller in Model中调用和使用该函数

I'm new to Cakephp2 and I wanted to ask a question to the pros. How to call a function in model in a controller in cakephp2? I've read the documentation but it's not clear to me since I'm a newbie.It would be great if I can attain clear explanation! Thank you!

For example I have a model named Android and in that model there is a function

public  function _checkUaType($ua) {

}

Should I call the function like $this->Android->_checkUaType($ua) ? Or are there a better way to use a function in a controller?

  • 写回答

1条回答 默认 最新

  • donglvchu9143 2014-11-29 10:46
    关注

    You need to just load the model in the controller and call Model function as below example.

    In the Controller use below code:

    function YourFunctionName {
        $this->loadModel('Android');
        $this->Android->_checkUaType($ua);
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 ssh登录页面的问题
  • ¥60 渗透一个指定银行app,拿到客户信息,需要什么级别
  • ¥50 关于在matlab上对曲柄摇杆机构上一点的运动学仿真
  • ¥15 jetson nano
  • ¥15 :app:debugCompileClasspath'.
  • ¥15 windows c++内嵌qt出现数据转换问题。
  • ¥20 公众号如何实现点击超链接后自动发送文字
  • ¥15 用php隐藏类名和增加类名
  • ¥15 算法设计与分析课程的提问
  • ¥15 用MATLAB汇总拟合图