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?

you can try use phql

anyway, report on github...probably it's bug


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -