dsklfsdlkf1232 2014-04-10 23:20
浏览 26
已采纳

Phalcon php - Multiples加入

When I try to add more than one inner join in my query I have the following error:

Scanning error before '] JOIN [] JOIN [...' when parsing

Here's my code:

$query = myModelHere::query()
    ->innerJoin("Model1")
    ->innerJoin("Model2")
    ->limit(10)
    ->execute();

Someone had that problem?

  • 写回答

2条回答 默认 最新

  • dongshan1811 2014-04-11 14:34
    关注

    It's a bug and was solved in 1.3.2 version

    See: https://github.com/phalcon/cphalcon/pull/2220

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

报告相同问题?

悬赏问题

  • ¥50 决策面并仿真,要求有仿真结果图
  • ¥15 springboot接入微信支付SDK
  • ¥50 大区域的遥感影像匹配 怎么做啊
  • ¥15 求解答:pytorch跑yolov8神经网络受挫
  • ¥20 Js代码报错问题不知道怎么解决
  • ¥15 gojs 点击按钮node的position位置进行改变,再次点击回到原来的位置
  • ¥20 halcon 图像拼接
  • ¥15 webstorm上开发的vue3+vite5+typeScript打包时报错
  • ¥15 vue使用gojs,需求在link中的虚线上添加方向箭头
  • ¥15 CSS通配符清除内外边距为什么可以覆盖默认样式?