Phalcon php - Multiples joins -
when try add more 1 inner join in query have following error:
scanning error before '] join [] join [...' when parsing
here's code:
$query = mymodelhere::query() ->innerjoin("model1") ->innerjoin("model2") ->limit(10) ->execute();
someone had problem?
Comments
Post a Comment