I am using cfrel to run a complicated query by using the relation object. But when I run query() on the relation object, it does not add in the proper data into request scope so that I can later do #includePartial(partial=queryFromRelation)#.
Should this be another method in the mapper? The base mapper object would just do nothing for when cfrel is used outside of wheels and the cfwheels specific mapper object would populate the request scope correctly?
I am using cfrel to run a complicated query by using the relation object. But when I run query() on the relation object, it does not add in the proper data into request scope so that I can later do #includePartial(partial=queryFromRelation)#.
Should this be another method in the mapper? The base mapper object would just do nothing for when cfrel is used outside of wheels and the cfwheels specific mapper object would populate the request scope correctly?