Hello,
I was digging around in the docs for some time but could not find an answer to this: Is it possible to tell a "Robots" class ( which extends \Phalcon\Mvc\Model ) to return simple "Robot" objects that do not extend \Phalcon\Mvc\Model ?
I'm asking because I'm working on a spatial application that will handle 10000s of objects at runtime. And it will make a significant impact on memory usage when I could query slim "Robot" objects instead of fat "Robots" objects.
Regards