I have an array object that is an output of a magento fetchall from DB and i want this to be converted to an object of a Collections class so that i can implement pagination and use this collection to join with other tables. Can you please help me here ? been stuck for a long time now !!
Share
Magento hasn’t a built in conversor for that, but you can write you query using Collections, or load the Collection based on all ids from your array.