So there are 3 addaptors for paginator Model
, NativeArray
and QueryBuilder
. Can any of these be used to paginate PHQL or Raw MySql queries? I was under the assumption that QueryBuilder
was just an alternative to PHQL and would produce the same result, so I was hoping the paginator would work with PHQL as it does with QueryBulder.