Votre tâche semble assez simple
au lieu de
->where_in('App.id',$subquery) //<-- Here is the problem
vous pouvez essayer ce qui suit
->where("App.id IN (".$subquery.")",NULL, false)
Votre tâche semble assez simple
au lieu de
->where_in('App.id',$subquery) //<-- Here is the problem
vous pouvez essayer ce qui suit
->where("App.id IN (".$subquery.")",NULL, false)