Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

passing a fRecordset collection with its associated collection created with a prebuild or precreate

posted by zeromnil 8 years ago

Initially, I had a bit of code that would run through an fRecordset collection, and in a for loop would associate those records created by fRecordset->precreate in a two dimensional array.

Now the calling function would be served better if it was just an fRecordset collection that was being returned. My question is this:

Is there any way to return an fRecordset collection, with its associated records build from a prebuild or precreate, in an associated way?

Thanks!

Hi, zeromnil

Could you post some pseudo code depicting how you want to use it or of the data you get returned?

posted by mblarsen 8 years ago