MayconGhizzi

Results 2 comments of MayconGhizzi

I have same problem, any solution ? I try this, but I thing is obsolete: `$di->modelsManager->registerSimpleQueryFunction('ORDER_BY_NULLS_LAST', '?0 NULLS LAST');` registerSimpleQueryFunction doesn`t exist. (phalcon 3.2) thanks.

I solved this with: `"order" => "(ref_year is not null) desc, (ref_number is not null) desc"`. =*